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:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user