mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +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
|
#endif
|
||||||
return menu_return::RETURN_REPAINT;
|
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))
|
if (!askUserOnTimerConflict(start, stop, channel_id))
|
||||||
return menu_return::RETURN_REPAINT;
|
return menu_return::RETURN_REPAINT;
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user