neutrino: add webtv channel list mode

Origin commit data
------------------
Commit: 302642cee7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-23 (Wed, 23 Mar 2016)
This commit is contained in:
[CST] Focus
2016-03-23 16:36:00 +03:00
parent d1ed63e4f6
commit 38ede6dfb0
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()) {