mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- webradio-setup/controlapi: get webradio via xmltv
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user