From 5457935be5858912095aecb19e6957a88141378d Mon Sep 17 00:00:00 2001 From: phunkyfish Date: Sun, 19 Jun 2022 20:00:07 +0100 Subject: [PATCH 1/2] Fix ch-number tag being ignored --- src/iptvsimple/PlaylistLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iptvsimple/PlaylistLoader.cpp b/src/iptvsimple/PlaylistLoader.cpp index 480112a7b..98c306464 100644 --- a/src/iptvsimple/PlaylistLoader.cpp +++ b/src/iptvsimple/PlaylistLoader.cpp @@ -308,7 +308,7 @@ std::string PlaylistLoader::ParseIntoChannel(const std::string& line, Channel& c // If don't have a channel number try another format if (strChnlNo.empty()) - ReadMarkerValue(infoLine, CHANNEL_NUMBER_MARKER); + strChnlNo = ReadMarkerValue(infoLine, CHANNEL_NUMBER_MARKER); if (!strChnlNo.empty() && !Settings::GetInstance().NumberChannelsByM3uOrderOnly()) { From cca64ee0e882aeb01312006aaa78dadb62ea5606 Mon Sep 17 00:00:00 2001 From: phunkyfish Date: Sun, 19 Jun 2022 20:01:13 +0100 Subject: [PATCH 2/2] changelog and version - 20.3.1 --- pvr.iptvsimple/addon.xml.in | 2 +- pvr.iptvsimple/changelog.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pvr.iptvsimple/addon.xml.in b/pvr.iptvsimple/addon.xml.in index 42bde4848..c766fcb0a 100644 --- a/pvr.iptvsimple/addon.xml.in +++ b/pvr.iptvsimple/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ diff --git a/pvr.iptvsimple/changelog.txt b/pvr.iptvsimple/changelog.txt index 528c2c6eb..27231768f 100644 --- a/pvr.iptvsimple/changelog.txt +++ b/pvr.iptvsimple/changelog.txt @@ -1,3 +1,6 @@ +v20.3.1 +- Fix ch-number tag being ignored + v20.3.0 - Choose a suitable default stream type for default and append catchup modes - Allow catchup tags in M3U header