mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
zapit/include/zapit/channel.h: add NOT_FOUND flag to mark channels not present in services.xml
This commit is contained in:
@@ -168,7 +168,10 @@ class CZapitChannel
|
||||
typedef enum channel_flags {
|
||||
NEW = 0x01,
|
||||
REMOVED = 0x02,
|
||||
UPDATED = 0x04
|
||||
UPDATED = 0x04,
|
||||
NOT_FOUND = 0x08,
|
||||
PRESENT = 0x05, // NEW + UPDATED
|
||||
ANY = 0xFF
|
||||
} channel_flags_t;
|
||||
casys_map_t camap;
|
||||
|
||||
|
Reference in New Issue
Block a user