Home
last modified time | relevance | path

Searched refs:CATCHUP_SOURCE (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/kodi-addon-pvr.iptvsimple/pvr.iptvsimple-19.0.3-Matrix/src/iptvsimple/
H A DPlaylistLoader.h35 static const std::string CATCHUP_SOURCE = "catchup-source="; variable
H A DPlaylistLoader.cpp240 std::string strCatchupSource = ReadMarkerValue(infoLine, CATCHUP_SOURCE); in ParseIntoChannel()