mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
zapit/src/femanager.cpp: set independent mode for all tuners if box canble-only
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1d1aacf42c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -206,6 +206,9 @@ bool CFEManager::loadSettings()
|
||||
|
||||
int def_mode0 = CFrontend::FE_MODE_INDEPENDENT;
|
||||
int def_modeX = CFrontend::FE_MODE_UNUSED;
|
||||
if (cableOnly())
|
||||
def_modeX = CFrontend::FE_MODE_INDEPENDENT;
|
||||
|
||||
int newmode = (fe_mode_t) configfile.getInt32("mode", -1);
|
||||
if (newmode >= 0) {
|
||||
INFO("old mode param: %d\n", newmode);
|
||||
|
Reference in New Issue
Block a user