mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
Followscreenings: add enumeration for a better readability
This commit is contained in:
@@ -67,7 +67,7 @@ CChannelEventList *CFollowScreenings::getFollowScreenings(void)
|
||||
continue;
|
||||
followlist.push_back(*e);
|
||||
|
||||
if (followlist.size() == 1 && !g_settings.timer_followscreenings)
|
||||
if (followlist.size() == 1 && g_settings.timer_followscreenings == FOLLOWSCREENINGS_OFF)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user