mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
src/gui/scan.cpp use_config.scanPIDs_in_tsScan_also (THX Janus)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2f58a4732f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-01 (Tue, 01 Mar 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -213,7 +213,7 @@ int CScanTs::exec(CMenuTarget* /*parent*/, const std::string & actionKey)
|
||||
//printf("[neutrino] scan_mode %d TP_freq %s TP_rate %s TP_fec %d TP_pol %d\n", scansettings.scan_mode, scansettings.TP_freq, scansettings.TP_rate, scansettings.TP_fec, scansettings.TP_pol);
|
||||
|
||||
if(manual) {
|
||||
CZapit::getInstance()->scanPids(true);
|
||||
CZapit::getInstance()->scanPids(scan_pids);
|
||||
if(scansettings.scan_nit_manual)
|
||||
scan_flags |= CServiceScan::SCAN_NIT;
|
||||
TP.scan_mode = scan_flags;
|
||||
|
Reference in New Issue
Block a user