From a0cda5cce657802cf6c7005d8959e72056c0dbdb Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 23 Nov 2011 06:32:29 +0100 Subject: [PATCH] * Moved charts & spotify parser to port 80. --- src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp | 2 +- .../infosystem/infoplugins/generic/spotifyPlugin.cpp | 2 +- src/libtomahawk/utils/spotifyparser.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp index fb4ef3705..02eff8d12 100644 --- a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp +++ b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp @@ -32,7 +32,7 @@ #include "utils/tomahawkutils.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/" #include #include diff --git a/src/libtomahawk/infosystem/infoplugins/generic/spotifyPlugin.cpp b/src/libtomahawk/infosystem/infoplugins/generic/spotifyPlugin.cpp index 8af09946b..f91476752 100644 --- a/src/libtomahawk/infosystem/infoplugins/generic/spotifyPlugin.cpp +++ b/src/libtomahawk/infosystem/infoplugins/generic/spotifyPlugin.cpp @@ -32,7 +32,7 @@ #include "utils/logger.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 #include diff --git a/src/libtomahawk/utils/spotifyparser.h b/src/libtomahawk/utils/spotifyparser.h index c4dbc019e..b08422b7c 100644 --- a/src/libtomahawk/utils/spotifyparser.h +++ b/src/libtomahawk/utils/spotifyparser.h @@ -29,7 +29,7 @@ #include #include -#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