mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
zapit.cpp: test to fix transponder change detect for nvod
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user