mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Set correct name
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user