QobuzRequest: Fix setting composer and performer

Fixes #891
This commit is contained in:
Jonas Kvinge 2022-02-08 21:28:11 +01:00
parent 9e9df6eb16
commit b6f5a5712b
1 changed files with 2 additions and 0 deletions

View File

@ -1123,6 +1123,8 @@ QString QobuzRequest::ParseSong(Song &song, const QJsonObject &json_obj, QString
song.set_url(url);
song.set_length_nanosec(duration);
song.set_art_automatic(cover_url);
song.set_performer(performer);
song.set_composer(composer);
song.set_comment(copyright);
song.set_directory_id(0);
song.set_filetype(Song::FileType_Stream);