Fix log entry, wrong buffer value
This commit is contained in:
@@ -509,6 +509,7 @@ func saveXEpgMapping(request RequestStruct) (err error) {
|
|||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
|
|
||||||
|
mapping()
|
||||||
createXMLTVFile()
|
createXMLTVFile()
|
||||||
createM3UFile()
|
createM3UFile()
|
||||||
showInfo("XEPG:" + fmt.Sprintf("Ready to use"))
|
showInfo("XEPG:" + fmt.Sprintf("Ready to use"))
|
||||||
@@ -541,7 +542,7 @@ func saveXEpgMapping(request RequestStruct) (err error) {
|
|||||||
|
|
||||||
cleanupXEPG()
|
cleanupXEPG()
|
||||||
//buildXEPG(false)
|
//buildXEPG(false)
|
||||||
|
mapping()
|
||||||
createXMLTVFile()
|
createXMLTVFile()
|
||||||
createM3UFile()
|
createM3UFile()
|
||||||
showInfo("XEPG:" + fmt.Sprintf("Ready to use"))
|
showInfo("XEPG:" + fmt.Sprintf("Ready to use"))
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ func Stream(w http.ResponseWriter, r *http.Request) {
|
|||||||
switch Settings.Buffer {
|
switch Settings.Buffer {
|
||||||
|
|
||||||
case "-":
|
case "-":
|
||||||
showInfo(fmt.Sprintf("Buffer:false", Settings.Buffer))
|
showInfo(fmt.Sprintf("Buffer:false [%s]", Settings.Buffer))
|
||||||
|
|
||||||
case "xteve":
|
case "xteve":
|
||||||
if strings.Index(streamInfo.URL, "rtsp://") != -1 || strings.Index(streamInfo.URL, "rtp://") != -1 {
|
if strings.Index(streamInfo.URL, "rtsp://") != -1 || strings.Index(streamInfo.URL, "rtp://") != -1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user