mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- channellist: fix epg for webtv channels
This commit is contained in:
@@ -2336,7 +2336,7 @@ void CChannelList::paint_events()
|
|||||||
int current_index = paint_events_index;
|
int current_index = paint_events_index;
|
||||||
|
|
||||||
CChannelEventList evtlist;
|
CChannelEventList evtlist;
|
||||||
readEvents((*chanlist)[current_index]->getChannelID(), evtlist);
|
readEvents((*chanlist)[current_index]->getEpgID(), evtlist);
|
||||||
if (current_index == paint_events_index) {
|
if (current_index == paint_events_index) {
|
||||||
pthread_mutex_lock(&paint_events_mutex);
|
pthread_mutex_lock(&paint_events_mutex);
|
||||||
if (current_index == paint_events_index)
|
if (current_index == paint_events_index)
|
||||||
|
Reference in New Issue
Block a user