diff --git a/src/neutrino.cpp b/src/neutrino.cpp index aaaeca510..def7c01ad 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3225,7 +3225,7 @@ int CNeutrinoApp::showChannelList(const neutrino_msg_t _msg, bool from_menu) SetChannelMode(LIST_MODE_PROV); nNewChannel = bouquetList->exec(true); } else if (msg == (neutrino_msg_t) g_settings.key_zaphistory || msg == (neutrino_msg_t) g_settings.key_current_transponder) { - channelList->showLiveBouquet(msg); + nNewChannel = channelList->showLiveBouquet(msg); } _repeat: printf("CNeutrinoApp::showChannelList: nNewChannel %d\n", nNewChannel);fflush(stdout);