Commit 8f9fe1b1 authored by Max Kellermann's avatar Max Kellermann

PlaylistFile: don't insert "file://" before absolute paths

This prefix is deprecated.
parent 9ed0152c
......@@ -279,8 +279,6 @@ LoadPlaylistFile(const char *utf8path, Error &error)
uri_utf8 = PathToUTF8(s);
if (uri_utf8.empty())
continue;
uri_utf8.insert(0, "file://");
} else
continue;
}
......
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