mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 11:04:01 +02:00
Fix soundcloudwall and pump version
This commit is contained in:
@@ -45,9 +45,9 @@ ChartsPlugin::ChartsPlugin()
|
|||||||
, m_chartsFetchJobs( 0 )
|
, m_chartsFetchJobs( 0 )
|
||||||
{
|
{
|
||||||
/// Add resources here
|
/// Add resources here
|
||||||
m_chartResources << "billboard" << "itunes" << "rdio" << "wearehunted" << "ex.fm" << "soundcloudwall.com";
|
m_chartResources << "billboard" << "itunes" << "rdio" << "wearehunted" << "ex.fm" << "soundcloudwall";
|
||||||
/// If you add resource, update version aswell
|
/// If you add resource, update version aswell
|
||||||
m_chartVersion = "1.0";
|
m_chartVersion = "2.0";
|
||||||
m_supportedGetTypes << InfoChart << InfoChartCapabilities;
|
m_supportedGetTypes << InfoChart << InfoChartCapabilities;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user