mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 01:09:42 +01:00
Refetch all on migrate
This commit is contained in:
parent
2e48c41718
commit
b3de53eb9d
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user