1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 20:00:13 +02:00

Set correct name

This commit is contained in:
Hugo Lindström
2013-01-24 20:29:56 +01:00
parent 859a398da0
commit 6ba5c3c98b

View File

@@ -39,8 +39,8 @@
#include <QNetworkConfiguration> #include <QNetworkConfiguration>
#include <QNetworkReply> #include <QNetworkReply>
#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/"
namespace Tomahawk namespace Tomahawk
{ {
@@ -531,7 +531,7 @@ ChartsPlugin::chartsList()
} }
else if ( source == "djshop.de" ) else if ( source == "djshop.de" )
{ {
chartName = "DjShop"; chartName = "DjShop.de";
} }
} }
} }