mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 01:39:42 +01:00
Migrate chart cache
This commit is contained in:
parent
81eb256326
commit
4f69f69ff0
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user