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:
@@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user