Skip to content
Commit 7adb7184 authored by Matthias Welwarsky's avatar Matthias Welwarsky
Browse files

CollectionManager: fix for collections on network shares



QUrl default constructor expects an unencoded URL. If an encoded
URL is used, the '%' is again encoded and the resulting URL
is unusable. AlbumRootLocation::identifier seems to be already encoded,
therefore use the proper QUrl::fromEncoded() method.

Without this fix, existing collections on network shares are always
marked unavailable and new collections can not be generated.

Signed-off-by: default avatarMatthias Welwarsky <matze@welwarsky.de>
parent c291456e
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