zapit.cpp: test to fix transponder change detect for nvod

Origin commit data
------------------
Branch: ni/coolstream
Commit: bd450c3410
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-21 (Tue, 21 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-02-21 18:58:05 +04:00
parent 184c2d9015
commit df1e35c542

View File

@@ -429,7 +429,7 @@ bool CZapit::TuneChannel(CFrontend * frontend, CZapitChannel * channel, bool &tr
}
/* if channel's transponder does not match frontend's tuned transponder ... */
if (transponder_change || current_is_nvod) {
if (transponder_change /* || current_is_nvod*/) {
if (frontend->tuneChannel(channel, current_is_nvod) == false) {
return false;
}