mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
neutrino.cpp: on favorites button, show providers, if favorites empty
This commit is contained in:
@@ -2543,6 +2543,8 @@ int CNeutrinoApp::showChannelList(const neutrino_msg_t _msg, bool from_menu)
|
|||||||
nNewChannel = bouquetList->exec(true);
|
nNewChannel = bouquetList->exec(true);
|
||||||
} else if(msg == CRCInput::RC_favorites) {
|
} else if(msg == CRCInput::RC_favorites) {
|
||||||
SetChannelMode(LIST_MODE_FAV);
|
SetChannelMode(LIST_MODE_FAV);
|
||||||
|
if (bouquetList->Bouquets.empty())
|
||||||
|
SetChannelMode(LIST_MODE_PROV);
|
||||||
nNewChannel = bouquetList->exec(true);
|
nNewChannel = bouquetList->exec(true);
|
||||||
}
|
}
|
||||||
_repeat:
|
_repeat:
|
||||||
|
Reference in New Issue
Block a user