mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-02 04:10:20 +02:00
Refetch all on migrate
This commit is contained in:
@@ -86,8 +86,8 @@ ChartsPlugin::init()
|
||||
}
|
||||
else
|
||||
{
|
||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Migrating charts";
|
||||
fetchChartSourcesList(true);
|
||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Migrating";
|
||||
m_refetchSource << "ALL";
|
||||
}
|
||||
|
||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "total sources" << m_chartResources.size() << m_chartResources;
|
||||
|
@@ -98,6 +98,11 @@ NewReleasesPlugin::init()
|
||||
m_nrSources << sourceHash;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Migrating";
|
||||
m_refetchSource << "ALL";
|
||||
}
|
||||
|
||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "total sources" << m_nrSources.size() << m_nrSources;
|
||||
|
||||
|
Reference in New Issue
Block a user