Commit 0753cb73 authored by Ilkka Ollakka's avatar Ilkka Ollakka

small change in album art change.

parent 435e0f3e
......@@ -720,9 +720,11 @@ void PlaylistWidget::setArt( QString url )
if( url.isNull() )
art->setPixmap( QPixmap( ":/noart.png" ) );
else if( prevArt != url )
{
art->setPixmap( QPixmap( url ) );
prevArt = url;
emit artSet( url );
prevArt = url;
emit artSet( url );
}
}
PlaylistWidget::~PlaylistWidget()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment