mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
Merge branch 'cst-next' into nmp-cst-next
Origin commit data
------------------
Branch: ni/coolstream
Commit: 16afe5c81e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-28 (Thu, 28 Jan 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -231,6 +231,7 @@ CNeutrinoApp::CNeutrinoApp()
|
||||
SetupFrameBuffer();
|
||||
|
||||
mode = mode_unknown;
|
||||
lastMode = mode_unknown;
|
||||
channelList = NULL;
|
||||
TVchannelList = NULL;
|
||||
RADIOchannelList = NULL;
|
||||
@@ -1780,6 +1781,7 @@ void CNeutrinoApp::InitZapper()
|
||||
int tvmode = CZapit::getInstance()->getMode() & CZapitClient::MODE_TV;
|
||||
lastChannelMode = tvmode ? g_settings.channel_mode : g_settings.channel_mode_radio;
|
||||
mode = tvmode ? mode_tv : mode_radio;
|
||||
lastMode = mode;
|
||||
|
||||
SDTreloadChannels = false;
|
||||
channelsInit();
|
||||
@@ -3321,6 +3323,10 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
|
||||
if(mode != mode_standby)
|
||||
standbyMode( true );
|
||||
}
|
||||
if((data & mode_mask)== mode_upnp) {
|
||||
lastMode=mode;
|
||||
mode=mode_upnp;
|
||||
}
|
||||
if((data & mode_mask)== mode_audio) {
|
||||
lastMode=mode;
|
||||
mode=mode_audio;
|
||||
|
Reference in New Issue
Block a user