mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-02 12:26:48 +01:00
Merge pull request #4363 from diogocp/master
Send album artist to Last.fm. Fixes #4354
This commit is contained in:
commit
c86a2b5201
@ -950,6 +950,7 @@ void Song::ToLastFM(lastfm::Track* track, bool prefer_album_artist) const {
|
||||
} else {
|
||||
mtrack.setArtist(d->artist_);
|
||||
}
|
||||
mtrack.setAlbumArtist(d->albumartist_);
|
||||
mtrack.setAlbum(d->album_);
|
||||
mtrack.setTitle(d->title_);
|
||||
mtrack.setDuration(length_nanosec() / kNsecPerSec);
|
||||
|
Loading…
x
Reference in New Issue
Block a user