mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-29 01:29:55 +01:00
parent
28b139e1b8
commit
faacb0d69f
@ -531,7 +531,6 @@ QString SubsonicRequest::ParseSong(Song &song, const QJsonObject &json_obj, cons
|
||||
}
|
||||
|
||||
QString title = json_obj["title"].toString();
|
||||
title.remove(Song::kTitleRemoveMisc);
|
||||
|
||||
QString album;
|
||||
if (json_obj.contains("album")) {
|
||||
|
Loading…
Reference in New Issue
Block a user