mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- rename LIST_MODE_WEBTV => LIST_MODE_WEB
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -510,8 +510,8 @@ int CBouquetList::show(bool bShowChannelList)
|
||||
return CHANLIST_CHANGE_MODE;
|
||||
}
|
||||
} else if(msg == CRCInput::RC_www) {
|
||||
if(!favonly && bShowChannelList && CNeutrinoApp::getInstance()->GetChannelMode() != LIST_MODE_WEBTV) {
|
||||
CNeutrinoApp::getInstance()->SetChannelMode(LIST_MODE_WEBTV);
|
||||
if(!favonly && bShowChannelList && CNeutrinoApp::getInstance()->GetChannelMode() != LIST_MODE_WEB) {
|
||||
CNeutrinoApp::getInstance()->SetChannelMode(LIST_MODE_WEB);
|
||||
hide();
|
||||
return CHANLIST_CHANGE_MODE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user