mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +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:
@@ -174,10 +174,12 @@ const CMenuOptionChooser::keyval END_OF_RECORDING[END_OF_RECORDING_COUNT] =
|
||||
{1, LOCALE_RECORDINGMENU_END_OF_RECORDING_EPG}
|
||||
};
|
||||
|
||||
|
||||
const CMenuOptionChooser::keyval timer_followscreenings_options[] =
|
||||
{
|
||||
{CFollowScreenings::FOLLOWSCREENINGS_OFF ,LOCALE_OPTIONS_OFF },
|
||||
{CFollowScreenings::FOLLOWSCREENINGS_ON ,LOCALE_OPTIONS_ON }
|
||||
{0, LOCALE_OPTIONS_OFF},
|
||||
{1, LOCALE_OPTIONS_ON},
|
||||
{2, LOCALE_OPTIONS_ALWAYS}
|
||||
};
|
||||
size_t timer_followscreenings_options_count = sizeof(timer_followscreenings_options)/sizeof(CMenuOptionChooser::keyval);
|
||||
|
||||
|
Reference in New Issue
Block a user