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"))

View File

@@ -132,7 +132,7 @@ func Stream(w http.ResponseWriter, r *http.Request) {
switch Settings.Buffer {
case "-":
showInfo(fmt.Sprintf("Buffer:false", Settings.Buffer))
showInfo(fmt.Sprintf("Buffer:false [%s]", Settings.Buffer))
case "xteve":
if strings.Index(streamInfo.URL, "rtsp://") != -1 || strings.Index(streamInfo.URL, "rtp://") != -1 {