1
0
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:
Hugo Lindström 2012-11-29 01:15:27 +01:00
parent 81eb256326
commit 4f69f69ff0

View File

@ -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;