mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
Fix strict compile
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1871 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -58,8 +58,7 @@ void CLastChannel::store (int channel, t_channel_id channel_id, bool /* forceSto
|
|||||||
this->lastChannels.pop_front();
|
this->lastChannels.pop_front();
|
||||||
|
|
||||||
/* push new channel to the head */
|
/* push new channel to the head */
|
||||||
_LastCh newChannel = {channel, channel_id, tv.tv_sec};
|
_LastCh newChannel = {channel, channel_id, tv.tv_sec, CNeutrinoApp::getInstance()->GetChannelMode()};
|
||||||
newChannel.channel_mode = CNeutrinoApp::getInstance()->GetChannelMode();
|
|
||||||
|
|
||||||
this->lastChannels.push_front(newChannel);
|
this->lastChannels.push_front(newChannel);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user