webradio-setup/controlapi: get webradio via xmltv

Origin commit data
------------------
Commit: 39f1a943a0
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-02-14 (Fri, 14 Feb 2020)

Origin message was:
------------------
- webradio-setup/controlapi: get webradio via xmltv
This commit is contained in:
vanhofen
2020-02-14 23:09:26 +01:00
parent a898de1948
commit cda852ffcc
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");