PlaylistFile: don't insert "file://" before absolute paths
This prefix is deprecated.
This commit is contained in:
parent
9ed0152cf2
commit
8f9fe1b11a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user