mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-19 15:37:01 +01:00
fix logic fail
This commit is contained in:
parent
110824bb06
commit
55d80eb547
@ -100,7 +100,7 @@ Artist::onTracksAdded( const QList<Tomahawk::query_ptr>& tracks )
|
||||
QPixmap
|
||||
Artist::cover( const QSize& size, bool forceLoad ) const
|
||||
{
|
||||
if ( !m_infoLoaded || !m_infoLoading )
|
||||
if ( !m_infoLoaded && !m_infoLoading )
|
||||
{
|
||||
if ( !forceLoad )
|
||||
return QPixmap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user