test jellyfin plugin, would be nice
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{PLUGIN_NAME}}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="{{PAGE_ID}}ConfigPage" data-role="page" class="page type-interior pluginConfigurationPage" data-require="emby-button">
|
||||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
<p>{{PLUGIN_DESCRIPTION}}</p>
|
||||
<p>No settings yet.</p>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var {{PAGE_ID}}Config = {
|
||||
pluginUniqueId: '{{PLUGIN_GUID}}'
|
||||
};
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user