mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
gui/scan.cpp: set SCAN_LOGICAL_HD in scan flags
This commit is contained in:
@@ -159,6 +159,8 @@ int CScanTs::exec(CMenuTarget* /*parent*/, const std::string & actionKey)
|
|||||||
scan_flags |= CServiceScan::SCAN_RESET_NUMBERS;
|
scan_flags |= CServiceScan::SCAN_RESET_NUMBERS;
|
||||||
if(scansettings.scan_logical_numbers)
|
if(scansettings.scan_logical_numbers)
|
||||||
scan_flags |= CServiceScan::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 */
|
/* channel types to scan, TV/RADIO/ALL */
|
||||||
scan_flags |= scansettings.scanType;
|
scan_flags |= scansettings.scanType;
|
||||||
|
Reference in New Issue
Block a user