compile js

This commit is contained in:
xteve-project
2021-01-21 19:50:35 +01:00
parent d2456b0506
commit 25bad13800
2 changed files with 35 additions and 35 deletions

View File

@@ -1285,7 +1285,7 @@ function openPopUp(dataType, element) {
// Erweitern der EPG Kategorie
var dbKey = "x-category";
var text = ["-", "Kids (Emby only)", "News", "Movie", "Series", "Sports"];
var values = ["-", "Kids", "News", "Movie", "Series", "Sports"];
var values = ["", "Kids", "News", "Movie", "Series", "Sports"];
var select = content.createSelect(text, values, data[dbKey], dbKey);
select.setAttribute("onchange", "javascript: this.className = 'changed'");
content.appendRow("{{.mapping.epgCategory.title}}", select);