mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 15:59:42 +01:00
Fix TWK-1660
This commit is contained in:
parent
5935d35930
commit
eb2b7b3f53
@ -141,7 +141,7 @@ AlbumPlaylistInterface::tracks() const
|
||||
|
||||
const_cast< int& >( m_lastQueryTimestamp ) = QDateTime::currentMSecsSinceEpoch();
|
||||
}
|
||||
else if ( m_mode == DatabaseMode && !m_databaseLoaded )
|
||||
else if ( m_mode == DatabaseMode && !m_databaseLoaded && !m_finished )
|
||||
{
|
||||
if ( m_collection.isNull() ) //we do a dbcmd directly, for the SuperCollection I guess?
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user