You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing playlists, the track is being searched by URI. In the database the URI is prefixed with file:// and url escaped whereas the path in the playlist is plain.
Thus, melody can't import its own playlist exports.
The text was updated successfully, but these errors were encountered:
playmymusic/src/Services/DataBaseManager.vala
Line 736 in bba5fe7
Most likely a regression introduced in 82a95f5
When importing playlists, the track is being searched by URI. In the database the URI is prefixed with
file://
and url escaped whereas the path in the playlist is plain.Thus, melody can't import its own playlist exports.
The text was updated successfully, but these errors were encountered: