mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
zapit: don't save webradio-channels as last tv channel
Origin commit data
------------------
Commit: 49815052f7
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)
Origin message was:
------------------
- zapit: don't save webradio-channels as last tv channel
This commit is contained in:
@@ -534,7 +534,8 @@ bool CZapit::ZapIt(const t_channel_id channel_id, bool forupdate, bool startplay
|
|||||||
lock_channel_id = live_channel_id;
|
lock_channel_id = live_channel_id;
|
||||||
|
|
||||||
current_channel = newchannel;
|
current_channel = newchannel;
|
||||||
lastChannelTV = channel_id;
|
if (newchannel->getServiceType() == ST_DIGITAL_TELEVISION_SERVICE)
|
||||||
|
lastChannelTV = channel_id;
|
||||||
SendEvent(CZapitClient::EVT_WEBTV_ZAP_COMPLETE, &live_channel_id, sizeof(t_channel_id));
|
SendEvent(CZapitClient::EVT_WEBTV_ZAP_COMPLETE, &live_channel_id, sizeof(t_channel_id));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user