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:
@@ -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?
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user