From 5a49baaee62d0e5295d8878c6afbbbe3bfece3cf Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Tue, 1 Mar 2016 16:50:33 +0100 Subject: [PATCH] src/gui/scan.cpp use_config.scanPIDs_in_tsScan_also (THX Janus) Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/2f58a4732f92d76f1d2c29a6dfaaaf8f8fae2e85 Author: Jacek Jendrzej Date: 2016-03-01 (Tue, 01 Mar 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/scan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/scan.cpp b/src/gui/scan.cpp index 91916906c..4fddbaa3f 100644 --- a/src/gui/scan.cpp +++ b/src/gui/scan.cpp @@ -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;