- zapit: save last channel for webradio too

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-11-03 09:36:20 +01:00
committed by Thilo Graf
parent 14c2a27a62
commit c0e1a66f45

View File

@@ -535,7 +535,9 @@ bool CZapit::ZapIt(const t_channel_id channel_id, bool forupdate, bool startplay
lock_channel_id = live_channel_id;
current_channel = newchannel;
if (newchannel->getServiceType() == ST_DIGITAL_TELEVISION_SERVICE)
if (newchannel->getServiceType() == ST_DIGITAL_RADIO_SOUND_SERVICE)
lastChannelRadio = channel_id;
else
lastChannelTV = channel_id;
SendEvent(CZapitClient::EVT_WEBTV_ZAP_COMPLETE, &live_channel_id, sizeof(t_channel_id));
return true;