Commit 4a05b529 authored by Ilkka Ollakka's avatar Ilkka Ollakka

Qt4 don't return on empty arturl, otherwise we don't get noart-icons

parent cf6e402b
...@@ -627,9 +627,6 @@ QPixmap PLModel::getArtPixmap( const QModelIndex & index, const QSize & size ) ...@@ -627,9 +627,6 @@ QPixmap PLModel::getArtPixmap( const QModelIndex & index, const QSize & size )
} }
} }
if( artUrl.isEmpty() )
return NULL;
QPixmap artPix; QPixmap artPix;
QString key = artUrl + QString("%1%2").arg(size.width()).arg(size.height()); QString key = artUrl + QString("%1%2").arg(size.width()).arg(size.height());
......
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