mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
followscreenings: add missing logic OR with getUseChannelFilter()
This commit is contained in:
@@ -101,7 +101,7 @@ int CFollowScreenings::exec(CMenuTarget* /*parent*/, const std::string & actionK
|
||||
#endif
|
||||
return menu_return::RETURN_REPAINT;
|
||||
}
|
||||
if (!SAME_TRANSPONDER(channel_id, i->channel_id)) {
|
||||
if (!SAME_TRANSPONDER(channel_id, i->channel_id) || CZapit::getInstance()->getUseChannelFilter()) {
|
||||
if (!askUserOnTimerConflict(start, stop, channel_id))
|
||||
return menu_return::RETURN_REPAINT;
|
||||
else
|
||||
|
Reference in New Issue
Block a user