diff --git a/src/AudioControls.cpp b/src/AudioControls.cpp index fabc815a6..94c3cdd6c 100644 --- a/src/AudioControls.cpp +++ b/src/AudioControls.cpp @@ -264,7 +264,7 @@ AudioControls::onPlaybackLoading( const Tomahawk::result_ptr& result ) ui->loveButton->setToolTip( tr( "Love" ) ); ui->ownerButton->setToolTip( QString( tr( "Playing from %1" ) ).arg( result->friendlySource() ) ); - QPixmap sourceIcon = result->sourceIcon( ui->ownerButton->size() ); + QPixmap sourceIcon = result->sourceIcon( Result::DropShadow, ui->ownerButton->size() ); if ( !sourceIcon.isNull() ) ui->ownerButton->setPixmap( sourceIcon ); else