1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 21:57:41 +02:00

Fix TWK-1660

This commit is contained in:
Uwe L. Korn
2014-07-17 09:15:30 +01:00
parent 5935d35930
commit eb2b7b3f53

View File

@@ -141,7 +141,7 @@ AlbumPlaylistInterface::tracks() const
const_cast< int& >( m_lastQueryTimestamp ) = QDateTime::currentMSecsSinceEpoch(); 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? if ( m_collection.isNull() ) //we do a dbcmd directly, for the SuperCollection I guess?
{ {