1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 23:57:34 +02:00

Revert back CHART_URL to remote server

This commit is contained in:
Hugo Lindström
2012-11-19 16:32:58 +01:00
parent 6ff49a8af1
commit b3e5ea1aa1

View File

@@ -19,8 +19,8 @@
#include <qjson/parser.h>
#include <qjson/serializer.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/"
using namespace Tomahawk::InfoSystem;
@@ -44,7 +44,7 @@ NewReleasesPlugin::NewReleasesPlugin()
: InfoPlugin()
, m_nrFetchJobs ( 0 )
{
m_nrVersion = "2.5";
m_nrVersion = "0.5";
m_supportedGetTypes << InfoNewReleaseCapabilities << InfoNewRelease;
}