mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
Add preview section title
This commit is contained in:
@@ -83,11 +83,12 @@
|
||||
return "";
|
||||
}
|
||||
var html = "";
|
||||
skin.previews.forEach(element => {
|
||||
html += '<h2 class="sectionTitle" >Previews</h2>';
|
||||
skin.previews.forEach(element => {
|
||||
html += getImage(element.url);
|
||||
html += getImgnames(element.name);
|
||||
});
|
||||
return html;
|
||||
return html;
|
||||
}
|
||||
|
||||
function getCheckBox ( option) {
|
||||
|
||||
Reference in New Issue
Block a user