mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
eitd/sectionsd.cpp: fix channels events when no channel list passed
This commit is contained in:
@@ -4511,7 +4511,7 @@ void sectionsd_getChannelEvents(CChannelEventList &eList, const bool tv_mode = t
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(clen == (int) eList.size())
|
||||
if(clen && (clen == (int) eList.size()))
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user