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

This commit is contained in:
[CST] Focus
2012-02-21 18:58:05 +04:00
parent 481d7e0778
commit bd450c3410

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