Skip to content
Commit 348a9032 authored by Bertrand Lorentz's avatar Bertrand Lorentz
Browse files

Playlists: Fix parsing when started from root directory (bgo#486543)

Playlist parsers use the current directory as a default base directory.
This would fail when banshee is started from the root directory, as
System.Uri rejects "/" as a value.
We now handle "/" as a special case, setting the base URI to "file:///".
parent cb80494e
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