Home
last modified time | relevance | path

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

/dports/multimedia/kodi-addon-pvr.iptvsimple/pvr.iptvsimple-19.0.3-Matrix/src/iptvsimple/
H A DPlaylistLoader.cpp239 std::string strTvgRec = ReadMarkerValue(infoLine, TVG_INFO_REC); in ParseIntoChannel() local
324 if (!strTvgRec.empty() && siptvTimeshiftDays == 0) in ParseIntoChannel()
325 siptvTimeshiftDays = atoi(strTvgRec.c_str()); in ParseIntoChannel()