mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Sync server data and do upgrade checks on either completion
This commit is contained in:
@@ -391,11 +391,11 @@ AtticaManager::resolversList( BaseJob* j )
|
||||
|
||||
fetchMissingIcons();
|
||||
|
||||
syncServerData();
|
||||
|
||||
if ( ++m_resolverJobsLoaded == 2 )
|
||||
{
|
||||
qSort( m_resolvers.begin(), m_resolvers.end(), resolverSort );
|
||||
syncServerData();
|
||||
emit resolversLoaded( m_resolvers );
|
||||
}
|
||||
}
|
||||
@@ -449,6 +449,7 @@ AtticaManager::binaryResolversList( BaseJob* j )
|
||||
if ( ++m_resolverJobsLoaded == 2 )
|
||||
{
|
||||
qSort( m_resolvers.begin(), m_resolvers.end(), resolverSort );
|
||||
syncServerData();
|
||||
emit resolversLoaded( m_resolvers );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user