1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-04 21:27:58 +02:00

fix logic fail

This commit is contained in:
Leo Franchi
2012-04-06 15:14:46 -04:00
parent 110824bb06
commit 55d80eb547

View File

@@ -100,7 +100,7 @@ Artist::onTracksAdded( const QList<Tomahawk::query_ptr>& tracks )
QPixmap QPixmap
Artist::cover( const QSize& size, bool forceLoad ) const Artist::cover( const QSize& size, bool forceLoad ) const
{ {
if ( !m_infoLoaded || !m_infoLoading ) if ( !m_infoLoaded && !m_infoLoading )
{ {
if ( !forceLoad ) if ( !forceLoad )
return QPixmap(); return QPixmap();