zapit: save last channel for webradio too

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: c0e1a66f45
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)

Origin message was:
------------------
- zapit: save last channel for webradio too

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
vanhofen
2017-11-03 09:36:20 +01:00
committed by Thilo Graf
parent d88857a07f
commit 69ba37fed8

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;