diff options
Diffstat (limited to '')
-rw-r--r-- | src/Playlist.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx index 46a9250a7..c01813322 100644 --- a/src/Playlist.hxx +++ b/src/Playlist.hxx @@ -144,7 +144,7 @@ public: * Note: the caller is responsible for checking permissions. */ enum playlist_result AppendFile(player_control &pc, - const char *path_fs, + const char *path_utf8, unsigned *added_id=nullptr); enum playlist_result AppendURI(player_control &pc, |