Fix log entry, wrong buffer value

This commit is contained in:
marmei
2019-11-15 10:09:19 +01:00
parent 65ddc6f301
commit 08f6fb60e3
2 changed files with 3 additions and 2 deletions

View File

@@ -509,6 +509,7 @@ func saveXEpgMapping(request RequestStruct) (err error) {
go func() {
mapping()
createXMLTVFile()
createM3UFile()
showInfo("XEPG:" + fmt.Sprintf("Ready to use"))
@@ -541,7 +542,7 @@ func saveXEpgMapping(request RequestStruct) (err error) {
cleanupXEPG()
//buildXEPG(false)
mapping()
createXMLTVFile()
createM3UFile()
showInfo("XEPG:" + fmt.Sprintf("Ready to use"))