mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
src/zapit/src/zapit.cpp: call SetTS to let CI follow the live tuner.
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
#include <pwrmngr.h>
|
||||
#include <audio_cs.h>
|
||||
#include <video_cs.h>
|
||||
#include <ca_cs.h>
|
||||
#endif
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
#include <video_td.h>
|
||||
@@ -541,6 +542,10 @@ bool CZapit::ZapIt(const t_channel_id channel_id, bool forupdate, bool startplay
|
||||
StopPip();
|
||||
#endif
|
||||
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
cCA::GetInstance()->SetTS((CA_DVBCI_TS_INPUT)live_fe->getNumber());
|
||||
#endif
|
||||
|
||||
if (current_channel->getServiceType() == ST_NVOD_REFERENCE_SERVICE) {
|
||||
current_is_nvod = true;
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user