Revert "- audioplayer: fix station logo handling for icecast"

This reverts commit 2e96ac3 - it is incomplete!
This commit is contained in:
GetAway
2018-05-26 18:31:03 +02:00
parent 714cca6ba6
commit 15572e2d7c
2 changed files with 3 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ class CAudioPlayerGui : public CMenuTarget
/**
* Processes a loaded XML file/data of internet audiostreams or playlists
*/
void scanXmlData(xmlDocPtr answer_parser, const char *urltag, const char *nametag, const char *logotag = "", const char *bitratetag = NULL, bool usechild = false);
void scanXmlData(xmlDocPtr answer_parser, const char *urltag, const char *nametag, const char *bitratetag = NULL, bool usechild = false);
/**
* Reads the icecast directory (XML file) and calls scanXmlData