diff options
Diffstat (limited to 'src/PlaylistFile.cxx')
-rw-r--r-- | src/PlaylistFile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistFile.cxx b/src/PlaylistFile.cxx index 00e638c9a..11d5fc302 100644 --- a/src/PlaylistFile.cxx +++ b/src/PlaylistFile.cxx @@ -402,7 +402,7 @@ spl_append_song(const char *utf8path, const DetachedSong &song, Error &error) } bool -spl_append_uri(const char *url, const char *utf8file, Error &error) +spl_append_uri(const char *utf8file, const char *url, Error &error) { if (uri_has_scheme(url)) { return spl_append_song(utf8file, DetachedSong(url), |