mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
zapit/include/zapit/scan.h: add SCAN_LOGICAL_HD flag
This commit is contained in:
@@ -54,7 +54,8 @@ class CServiceScan : public OpenThreads::Thread
|
||||
SCAN_RADIO = 0x40,
|
||||
SCAN_TVRADIO = 0x60,
|
||||
SCAN_DATA = 0x80,
|
||||
SCAN_ALL = 0xE0
|
||||
SCAN_ALL = 0xE0,
|
||||
SCAN_LOGICAL_HD = 0x100,
|
||||
} scan_flags_t;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user