diff --git a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp index e5614a1f1..ef3ae6691 100644 --- a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp +++ b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp @@ -47,7 +47,7 @@ ChartsPlugin::ChartsPlugin() /// Add resources here m_chartResources << "billboard" << "itunes" << "rdio" << "wearehunted" << "ex.fm" << "soundcloudwall"; /// If you add resource, update version aswell - m_chartVersion = "2.0"; + m_chartVersion = "2.1"; m_supportedGetTypes << InfoChart << InfoChartCapabilities; } @@ -333,7 +333,7 @@ ChartsPlugin::chartTypes() chartName = "iTunes"; } if( source == "soundcloudwall" ){ - chartName = "SoundcloudWall"; + chartName = "SoundCloudWall"; } if( source == "wearehunted" ){ chartName = "WeAreHunted";