mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
Migrate chart cache
This commit is contained in:
@@ -84,6 +84,11 @@ ChartsPlugin::init()
|
|||||||
m_chartResources << sourceHash;
|
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;
|
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "total sources" << m_chartResources.size() << m_chartResources;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user