eitd: ignore neutrino epg filter, if filter was configured from xml

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5d9e7a814d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-02-15 (Sun, 15 Feb 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-02-15 12:57:29 +03:00
parent 88c7a4f4b4
commit db494a03a3
3 changed files with 9 additions and 3 deletions

View File

@@ -190,7 +190,7 @@ static void addNoDVBTimelist(t_original_network_id onid, t_transport_stream_id t
}
}
void readEPGFilter(void)
bool readEPGFilter(void)
{
xmlDocPtr filter_parser = parseXmlFile(epg_filter_dir.c_str());
@@ -223,6 +223,7 @@ void readEPGFilter(void)
}
}
xmlFreeDoc(filter_parser);
return (CurrentEPGFilter != NULL);
}
void readDVBTimeFilter(void)