mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +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 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) {
|
if (frontend->tuneChannel(channel, current_is_nvod) == false) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user