move xmltv epgmapping into own variable

Origin commit data
------------------
Branch: ni/coolstream
Commit: 19882ecd80
Author: TangoCash <eric@loxat.de>
Date: 2021-08-22 (Sun, 22 Aug 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2021-08-22 10:06:42 +02:00
committed by vanhofen
parent 647be3f30b
commit 58bad1ff9a
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;