zapit/src/zapit.cpp: ZapForEpg no need for successfull ParsePatPmt, channel may be not running atm

This commit is contained in:
[CST] Focus
2013-08-12 19:15:56 +04:00
parent cdb0e0ef21
commit 7165459b27

View File

@@ -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;
}