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:
parent
859a398da0
commit
6ba5c3c98b
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user