mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-03 20:10:25 +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();
|
QString title = json_obj["title"].toString();
|
||||||
title.remove(Song::kTitleRemoveMisc);
|
|
||||||
|
|
||||||
QString album;
|
QString album;
|
||||||
if (json_obj.contains("album")) {
|
if (json_obj.contains("album")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user