mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 19:31:02 +01:00
The Magnatune URLs are already encoded.
This commit is contained in:
parent
b9438a3a90
commit
6bf26eca90
@ -19,5 +19,5 @@ bool MagnatunePlaylistItem::InitFromQuery(const QSqlQuery &query) {
|
||||
}
|
||||
|
||||
QUrl MagnatunePlaylistItem::Url() const {
|
||||
return QUrl(song_.filename());
|
||||
return QUrl::fromEncoded(song_.filename().toAscii());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user