1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 01:09:42 +01: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 <QNetworkReply>
#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/"
namespace Tomahawk
{
@ -531,7 +531,7 @@ ChartsPlugin::chartsList()
}
else if ( source == "djshop.de" )
{
chartName = "DjShop";
chartName = "DjShop.de";
}
}
}