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:
vanhofen
2017-11-03 09:36:20 +01:00
parent bc7bbb92c1
commit f031dfa928

View File

@@ -534,7 +534,8 @@ bool CZapit::ZapIt(const t_channel_id channel_id, bool forupdate, bool startplay
lock_channel_id = live_channel_id;
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));
return true;
}