move xmltv epgmapping into own variable

This commit is contained in:
TangoCash
2021-08-22 10:06:42 +02:00
committed by Thilo Graf
parent 23785eae33
commit cdbfe10b13
4 changed files with 21 additions and 11 deletions

View File

@@ -550,7 +550,7 @@ t_channel_id getepgid(std::string epg_name)
for (; !(cit.EndOfChannels()); cit++)
{
std::string tvg_id = (*cit)->getScriptName();
std::string tvg_id = (*cit)->getEPGmap();
if (tvg_id.empty())
continue;