mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
move xmltv epgmapping into own variable
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user