mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -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