diff options
Diffstat (limited to '')
-rw-r--r-- | src/playlist/PlaylistMapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/PlaylistMapper.cxx b/src/playlist/PlaylistMapper.cxx index c50254309..ad92ea6f1 100644 --- a/src/playlist/PlaylistMapper.cxx +++ b/src/playlist/PlaylistMapper.cxx @@ -65,7 +65,7 @@ playlist_open_in_storage(const char *uri, const Storage *storage, } const auto uri2 = storage->MapUTF8(uri); - return playlist_open_remote(uri, mutex, cond); + return playlist_open_remote(uri2.c_str(), mutex, cond); } #endif |