neutrino: add webtv channel list mode

This commit is contained in:
[CST] Focus
2016-03-23 16:36:00 +03:00
parent 384b6aca11
commit 302642cee7
29 changed files with 69 additions and 24 deletions

View File

@@ -500,6 +500,12 @@ int CBouquetList::show(bool bShowChannelList)
hide();
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);
hide();
return CHANLIST_CHANGE_MODE;
}
}
else if ( msg == CRCInput::RC_setup) {
if (!favonly && !Bouquets.empty()) {