mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +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();
|
fetchMissingIcons();
|
||||||
|
|
||||||
syncServerData();
|
|
||||||
|
|
||||||
if ( ++m_resolverJobsLoaded == 2 )
|
if ( ++m_resolverJobsLoaded == 2 )
|
||||||
{
|
{
|
||||||
qSort( m_resolvers.begin(), m_resolvers.end(), resolverSort );
|
qSort( m_resolvers.begin(), m_resolvers.end(), resolverSort );
|
||||||
|
syncServerData();
|
||||||
emit resolversLoaded( m_resolvers );
|
emit resolversLoaded( m_resolvers );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -449,6 +449,7 @@ AtticaManager::binaryResolversList( BaseJob* j )
|
|||||||
if ( ++m_resolverJobsLoaded == 2 )
|
if ( ++m_resolverJobsLoaded == 2 )
|
||||||
{
|
{
|
||||||
qSort( m_resolvers.begin(), m_resolvers.end(), resolverSort );
|
qSort( m_resolvers.begin(), m_resolvers.end(), resolverSort );
|
||||||
|
syncServerData();
|
||||||
emit resolversLoaded( m_resolvers );
|
emit resolversLoaded( m_resolvers );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user