audioplayer: fix station logo handling for icecast

Origin commit data
------------------
Commit: 87dd0faa89
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-19 (Sat, 19 May 2018)

Origin message was:
------------------
- audioplayer: fix station logo handling for icecast
This commit is contained in:
vanhofen
2018-05-19 23:10:43 +02:00
parent d87ae5ebee
commit f1690b27f7
2 changed files with 2 additions and 2 deletions

View File

@@ -180,7 +180,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 = NULL, const char *bitratetag = NULL, bool usechild = false);
void scanXmlData(xmlDocPtr answer_parser, const char *urltag, const char *nametag, const char *logotag = "", const char *bitratetag = NULL, bool usechild = false);
/**
* Reads the icecast directory (XML file) and calls scanXmlData