From 745212d9673c7fcc354516223ae739df5aa72534 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Fri, 3 Jul 2015 14:59:54 +0100 Subject: [PATCH] Revert "Send album artist to Last.fm" --- src/core/song.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/song.cpp b/src/core/song.cpp index eba3507f1..63bce78a4 100644 --- a/src/core/song.cpp +++ b/src/core/song.cpp @@ -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);