diff --git a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp index 02eff8d12..9516e9265 100644 --- a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp +++ b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp @@ -32,8 +32,8 @@ #include "utils/tomahawkutils.h" #include "utils/logger.h" -#define CHART_URL "http://charts.tomahawk-player.org/" -//#define CHART_URL "http://localhost:8080/" +//#define CHART_URL "http://charts.tomahawk-player.org/" +#define CHART_URL "http://localhost:8080/" #include #include @@ -45,7 +45,7 @@ ChartsPlugin::ChartsPlugin() , m_chartsFetchJobs( 0 ) { /// Add resources here - m_chartResources << "billboard" << "itunes" << "rdio" << "wearehunted" << "ex.fm"; + m_chartResources << "billboard" << "itunes" << "rdio" << "wearehunted" << "ex.fm" << "soundcloudwall.com"; m_supportedGetTypes << InfoChart << InfoChartCapabilities; }