mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
zapit/src/zapit.cpp: ZapForEpg no need for successfull ParsePatPmt, channel may be not running atm
This commit is contained in:
@@ -714,10 +714,11 @@ bool CZapit::ZapForEpg(const t_channel_id channel_id)
|
|||||||
}
|
}
|
||||||
if(!TuneChannel(frontend, newchannel, transponder_change))
|
if(!TuneChannel(frontend, newchannel, transponder_change))
|
||||||
return false;
|
return false;
|
||||||
|
#if 0
|
||||||
if(!ParsePatPmt(newchannel))
|
if(!ParsePatPmt(newchannel))
|
||||||
return false;
|
return false;
|
||||||
|
#endif
|
||||||
|
ParsePatPmt(newchannel);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user