1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-21 05:11:44 +02:00

Prevent unnecessary request on startup. Infosystem takes care of it

This commit is contained in:
Hugo Lindström
2012-11-26 20:06:34 +01:00
parent eb9691bf3e
commit b467cdcd1e

View File

@@ -79,8 +79,7 @@ ChartsPlugin::init()
} }
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "total sources" << m_chartResources.size() << source_qvarlist.size(); tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "total sources" << m_chartResources.size() << source_qvarlist.size();
if ( m_chartResources.size() == 0 )
fetchChartSourcesList( true );
} }