Merge pull request #4936 from clementine-player/revert-4934-master

Revert "Send album artist to Last.fm"
This commit is contained in:
John Maguire 2015-07-03 09:00:00 -04:00
commit ebc5c143e3
1 changed files with 0 additions and 1 deletions

View File

@ -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);