mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
sectionsd: on-disk epg data has lower priority than on-air data
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
This commit is contained in:
committed by
Jacek Jendrzej
parent
1df14bd8af
commit
0a366a4ae4
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* (C) 2001 by fnbrd,
|
* (C) 2001 by fnbrd,
|
||||||
* Copyright (C) 2008, 2009 Stefan Seyfried
|
* Copyright (C) 2008-2009, 2012-2013 Stefan Seyfried
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011-2012 CoolStream International Ltd
|
* Copyright (C) 2011-2012 CoolStream International Ltd
|
||||||
*
|
*
|
||||||
@@ -321,6 +321,7 @@ void *insertEventsfromFile(void * data)
|
|||||||
uint8_t tid = xmlGetNumericAttribute(event, "tid", 16);
|
uint8_t tid = xmlGetNumericAttribute(event, "tid", 16);
|
||||||
if(tid)
|
if(tid)
|
||||||
e.table_id = tid;
|
e.table_id = tid;
|
||||||
|
e.table_id |= 0x80; /* make sure on-air data has a lower table_id */
|
||||||
|
|
||||||
node = event->xmlChildrenNode;
|
node = event->xmlChildrenNode;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user