1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-04 05:07:27 +02:00

* Moved charts & spotify parser to port 80.

This commit is contained in:
Christian Muehlhaeuser
2011-11-23 06:32:29 +01:00
parent 445d6ca84c
commit a0cda5cce6
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"
#include "utils/logger.h" #include "utils/logger.h"
#define CHART_URL "http://charts.tomahawk-player.org:10080/" #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>

View File

@@ -32,7 +32,7 @@
#include "utils/logger.h" #include "utils/logger.h"
#include "chartsplugin_data_p.h" #include "chartsplugin_data_p.h"
#define SPOTIFY_API_URL "http://spotikea.tomahawk-player.org:10380/" #define SPOTIFY_API_URL "http://spotikea.tomahawk-player.org/"
#include <qjson/parser.h> #include <qjson/parser.h>
#include <qjson/serializer.h> #include <qjson/serializer.h>

View File

@@ -29,7 +29,7 @@
#include <QSet> #include <QSet>
#include <QtCore/QStringList> #include <QtCore/QStringList>
#define SPOTIFY_PLAYLIST_API_URL "http://spotikea.tomahawk-player.org:10380" #define SPOTIFY_PLAYLIST_API_URL "http://spotikea.tomahawk-player.org"
/** /**
* Small class to parse spotify links into query_ptrs * Small class to parse spotify links into query_ptrs