Commit 627975e8 authored by Max Kellermann's avatar Max Kellermann

playlist_queue: pass const string to playlist_open_path_into_queue()

parent 6622d69f
......@@ -103,7 +103,7 @@ playlist_open_remote_into_queue(const char *uri, struct playlist *dest)
}
static enum playlist_result
playlist_open_path_into_queue(char *path_fs, struct playlist *dest)
playlist_open_path_into_queue(const char *path_fs, struct playlist *dest)
{
struct playlist_provider *playlist;
struct input_stream is;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment