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

This commit is contained in:
[CST] Focus
2015-02-15 12:57:29 +03:00
parent 721cb9bd74
commit 5d9e7a814d
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)