- 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:
svenhoefer
2016-11-15 00:05:02 +01:00
committed by Thilo Graf
parent 2b25a7ec1b
commit 9760861df5
7 changed files with 22 additions and 6 deletions

View File

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