mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
Migrate chart cache
This commit is contained in:
@@ -84,6 +84,11 @@ ChartsPlugin::init()
|
||||
m_chartResources << sourceHash;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Migrating charts";
|
||||
fetchChartSourcesList(true);
|
||||
}
|
||||
|
||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "total sources" << m_chartResources.size() << m_chartResources;
|
||||
|
||||
|
Reference in New Issue
Block a user