Followscreenings: add enumeration for a better readability

This commit is contained in:
2017-06-07 14:17:12 +02:00
committed by M. Liebmann
parent 866f5c37b8
commit 141d198b29
4 changed files with 17 additions and 2 deletions

View File

@@ -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;
}
}