Add original group-title to mapping editor

This commit is contained in:
marmei
2019-08-17 08:57:06 +02:00
parent 8a4fb8ba30
commit f9d1a45bbd
4 changed files with 45 additions and 37 deletions

View File

@@ -1572,6 +1572,10 @@ function openPopUp(dataType, element) {
input.setAttribute("onchange", "javascript: this.className = 'changed'")
content.appendRow("{{.mapping.m3uGroupTitle.title}}", input)
if (data["group-title"] != undefined) {
content.description(data["group-title"])
}
// XMLTV Datei
var dbKey:string = "x-xmltv-file"
var xmlFile = data[dbKey]