- webradio-setup/controlapi: get webradio via xmltv

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-02-14 23:09:26 +01:00
committed by Thilo Graf
parent ae3c9a5248
commit 2ef0caef83
3 changed files with 20 additions and 8 deletions

View File

@@ -469,7 +469,6 @@ bool readEventsFromXMLTV(std::string &epgname, int &ev_count)
while ((programme = xmlGetNextOccurence(programme,"programme")))
{
const char *chan = xmlGetAttribute(programme, "channel");
const char *start = xmlGetAttribute(programme, "start");
const char *stop = xmlGetAttribute(programme, "stop");