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:
@@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user