mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
gui/scan.cpp: set SCAN_LOGICAL_HD in scan flags
Origin commit data
------------------
Branch: ni/coolstream
Commit: a009146954
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-07-31 (Tue, 31 Jul 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -159,6 +159,8 @@ int CScanTs::exec(CMenuTarget* /*parent*/, const std::string & actionKey)
|
||||
scan_flags |= CServiceScan::SCAN_RESET_NUMBERS;
|
||||
if(scansettings.scan_logical_numbers)
|
||||
scan_flags |= CServiceScan::SCAN_LOGICAL_NUMBERS;
|
||||
if(scansettings.scan_logical_hd)
|
||||
scan_flags |= CServiceScan::SCAN_LOGICAL_HD;
|
||||
|
||||
/* channel types to scan, TV/RADIO/ALL */
|
||||
scan_flags |= scansettings.scanType;
|
||||
|
Reference in New Issue
Block a user