1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Adding Soundcloudwall.com

This commit is contained in:
Hugo Lindström
2012-01-19 14:01:48 +01:00
parent 90c1a4ec51
commit 6e669fe530

View File

@@ -32,8 +32,8 @@
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"
#include "utils/logger.h" #include "utils/logger.h"
#define CHART_URL "http://charts.tomahawk-player.org/" //#define CHART_URL "http://charts.tomahawk-player.org/"
//#define CHART_URL "http://localhost:8080/" #define CHART_URL "http://localhost:8080/"
#include <qjson/parser.h> #include <qjson/parser.h>
#include <qjson/serializer.h> #include <qjson/serializer.h>
@@ -45,7 +45,7 @@ ChartsPlugin::ChartsPlugin()
, m_chartsFetchJobs( 0 ) , m_chartsFetchJobs( 0 )
{ {
/// Add resources here /// 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; m_supportedGetTypes << InfoChart << InfoChartCapabilities;
} }