audioplayer: change scanXmlData() arguments order ...

switch url <-> name to get the same order as in other used functions


Origin commit data
------------------
Commit: f31f8c5bc8
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-27 (Tue, 27 Jun 2017)

Origin message was:
------------------
- audioplayer: change scanXmlData() arguments order ...

switch url <-> name to get the same order as in other used functions
This commit is contained in:
vanhofen
2017-06-27 23:45:57 +02:00
parent d4545b0abd
commit e93c9416be
2 changed files with 4 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ class CAudioPlayerGui : public CMenuTarget
/**
* Processes a loaded XML file/data of internet audiostreams or playlists
*/
void scanXmlData(xmlDocPtr answer_parser, const char *nametag, const char *urltag, 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