mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
rename LIST_MODE_WEBTV => LIST_MODE_WEB
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0b78ac9e3f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)
Origin message was:
------------------
- rename LIST_MODE_WEBTV => LIST_MODE_WEB
Signed-off-by: Thilo Graf <dbt@novatux.de>
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1822,7 +1822,7 @@ void CNeutrinoApp::SetChannelMode(int newmode)
|
||||
else
|
||||
bouquetList = TVsatList;
|
||||
break;
|
||||
case LIST_MODE_WEBTV:
|
||||
case LIST_MODE_WEB:
|
||||
if (isRadioMode)
|
||||
bouquetList = RADIOwebList;
|
||||
else
|
||||
@@ -2921,7 +2921,7 @@ int CNeutrinoApp::showChannelList(const neutrino_msg_t _msg, bool from_menu)
|
||||
SetChannelMode(LIST_MODE_PROV);
|
||||
nNewChannel = bouquetList->exec(true);
|
||||
} else if(msg == CRCInput::RC_www) {
|
||||
SetChannelMode(LIST_MODE_WEBTV);
|
||||
SetChannelMode(LIST_MODE_WEB);
|
||||
if (bouquetList->Bouquets.empty())
|
||||
SetChannelMode(LIST_MODE_PROV);
|
||||
nNewChannel = bouquetList->exec(true);
|
||||
@@ -5131,12 +5131,12 @@ bool CNeutrinoApp::adjustToChannelID(const t_channel_id channel_id)
|
||||
if (has_channel && first_mode_found < 0)
|
||||
first_mode_found = LIST_MODE_PROV;
|
||||
if(!has_channel && old_mode == LIST_MODE_PROV)
|
||||
new_mode = LIST_MODE_WEBTV;
|
||||
new_mode = LIST_MODE_WEB;
|
||||
|
||||
has_channel = TVwebList->adjustToChannelID(channel_id);
|
||||
if (has_channel && first_mode_found < 0)
|
||||
first_mode_found = LIST_MODE_WEBTV;
|
||||
if(!has_channel && old_mode == LIST_MODE_WEBTV)
|
||||
first_mode_found = LIST_MODE_WEB;
|
||||
if(!has_channel && old_mode == LIST_MODE_WEB)
|
||||
new_mode = LIST_MODE_SAT;
|
||||
|
||||
has_channel = TVsatList->adjustToChannelID(channel_id);
|
||||
@@ -5159,12 +5159,12 @@ bool CNeutrinoApp::adjustToChannelID(const t_channel_id channel_id)
|
||||
if (has_channel && first_mode_found < 0)
|
||||
first_mode_found = LIST_MODE_PROV;
|
||||
if(!has_channel && old_mode == LIST_MODE_PROV)
|
||||
new_mode = LIST_MODE_WEBTV;
|
||||
new_mode = LIST_MODE_WEB;
|
||||
|
||||
has_channel = RADIOwebList->adjustToChannelID(channel_id);
|
||||
if (has_channel && first_mode_found < 0)
|
||||
first_mode_found = LIST_MODE_WEBTV;
|
||||
if(!has_channel && old_mode == LIST_MODE_WEBTV)
|
||||
first_mode_found = LIST_MODE_WEB;
|
||||
if(!has_channel && old_mode == LIST_MODE_WEB)
|
||||
new_mode = LIST_MODE_SAT;
|
||||
|
||||
has_channel = RADIOsatList->adjustToChannelID(channel_id);
|
||||
|
Reference in New Issue
Block a user