mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
zapit/src/zapit.cpp: ZapForEpg no need for successfull ParsePatPmt, channel may be not running atm
Origin commit data
------------------
Commit: 7165459b27
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-08-12 (Mon, 12 Aug 2013)
This commit is contained in:
@@ -714,10 +714,11 @@ bool CZapit::ZapForEpg(const t_channel_id channel_id)
|
||||
}
|
||||
if(!TuneChannel(frontend, newchannel, transponder_change))
|
||||
return false;
|
||||
|
||||
#if 0
|
||||
if(!ParsePatPmt(newchannel))
|
||||
return false;
|
||||
|
||||
#endif
|
||||
ParsePatPmt(newchannel);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user