mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-16 09:53:36 +02:00
audioplayer: change scanXmlData() arguments order ...
switch url <-> name to get the same order as in other used functions (cherry picked from commite93c9416be
) Signed-off-by: Thilo Graf <dbt@novatux.de> Origin commit data ------------------ Commit:d75a3b0f58
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 (cherry picked from commite93c9416be
) Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user