audioplayer: fix station logo handling for icecast

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-05-19 23:10:43 +02:00
parent 20c7f5e0fd
commit d329b580ae
2 changed files with 2 additions and 2 deletions

View File

@@ -1255,7 +1255,7 @@ void CAudioPlayerGui::readDir_ic(void)
{
xmlDocPtr answer_parser = parseXml(answer.c_str());
scanBox->hide();
scanXmlData(answer_parser, "listen_url", "server_name", NULL, "bitrate", true);
scanXmlData(answer_parser, "listen_url", "server_name", "", "bitrate", true);
}
else
scanBox->hide();