mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
sectionsd: on-disk epg data has lower priority than on-air data
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a366a4ae4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-05 (Tue, 05 Feb 2013)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
857fb1d1b3
commit
b082afd1e2
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* (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
|
||||
*
|
||||
@@ -321,6 +321,7 @@ void *insertEventsfromFile(void * data)
|
||||
uint8_t tid = xmlGetNumericAttribute(event, "tid", 16);
|
||||
if(tid)
|
||||
e.table_id = tid;
|
||||
e.table_id |= 0x80; /* make sure on-air data has a lower table_id */
|
||||
|
||||
node = event->xmlChildrenNode;
|
||||
|
||||
|
Reference in New Issue
Block a user