1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Better use non local source :p

This commit is contained in:
Hugo Lindström
2011-11-08 00:18:39 +01:00
parent 2d4fb5e00b
commit 8e1cefbbb7

View File

@@ -34,8 +34,8 @@
#include "utils/tomahawkutils.h"
#include "utils/logger.h"
//#define CHART_URL "http://charts.tomahawk-player.org:10080/"
#define CHART_URL "http://localhost:8080/"
#define CHART_URL "http://charts.tomahawk-player.org:10080/"
//#define CHART_URL "http://localhost:8080/"
#include <qjson/parser.h>
#include <qjson/serializer.h>