From 878531ff790f1e2fae6222a2810420b005deb540 Mon Sep 17 00:00:00 2001 From: marmei <43099631+mar-mei@users.noreply.github.com> Date: Wed, 28 Aug 2019 16:49:41 +0200 Subject: [PATCH] IPTV removed as a source --- src/hdhr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hdhr.go b/src/hdhr.go index b39e516..830401a 100644 --- a/src/hdhr.go +++ b/src/hdhr.go @@ -95,7 +95,7 @@ func getLineupStatus() (jsonContent []byte, err error) { lineupStatus.ScanInProgress = System.ScanInProgress lineupStatus.ScanPossible = 0 lineupStatus.Source = "Cable" - lineupStatus.SourceList = []string{"IPTV", "Cable"} + lineupStatus.SourceList = []string{"Cable"} jsonContent, err = json.MarshalIndent(lineupStatus, "", " ")