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

@@ -205,6 +205,7 @@ func xTeVe(w http.ResponseWriter, r *http.Request) {
// XMLTV Datei
if strings.Contains(path, "xmltv/") {
w.Header().Set("Content-Type", "application/xml")
requestType = "xml"
file = System.Folder.Data + getFilenameFromPath(path)