mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- followscreenings: re-add possibility to show followscreenings in every case
This commit replaces formerly commit f2437b5b06c38f474c06fb295a315ecbb3adff4e Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -45,6 +45,8 @@
|
||||
|
||||
#include <gui/timerlist.h>
|
||||
|
||||
#include <zapit/zapit.h>
|
||||
|
||||
#include <global.h>
|
||||
#include <neutrino.h>
|
||||
|
||||
@@ -152,8 +154,7 @@ void CFollowScreenings::show()
|
||||
|
||||
getFollowScreenings();
|
||||
|
||||
if (followlist.size() == 1)
|
||||
{
|
||||
if (followlist.size() == 1 && g_settings.timer_followscreenings < 2 /*always*/) {
|
||||
snprintf(actionstr, sizeof(actionstr), "%lu", followlist.front().startTime);
|
||||
exec(NULL, actionstr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user