Revert "Send album artist to Last.fm"
This commit is contained in:
parent
d2124edc81
commit
745212d967
|
@ -998,7 +998,6 @@ 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…
Reference in New Issue