mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Keep the correct url.
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
|
||||||
{
|
{
|
||||||
@@ -497,7 +497,7 @@ ChartsPlugin::chartsList()
|
|||||||
/// If this item has expired, set it to 0.
|
/// If this item has expired, set it to 0.
|
||||||
c[ "expires" ] = ( ok ? QString::number (expires ) : QString::number( 0 ) );
|
c[ "expires" ] = ( ok ? QString::number (expires ) : QString::number( 0 ) );
|
||||||
|
|
||||||
QList< Tomahawk::InfoSystem::InfoStringHash > extraTypeData = extraType[ extra ][ type ].value< QList< Tomahawk::InfoSystem::InfoStringHash > >();
|
QList< Tomahawk::InfoSystem::InfoStringHash > exraTypeData = extraType[ extra ][ type ].value< QList< Tomahawk::InfoSystem::InfoStringHash > >();
|
||||||
extraTypeData.append( c );
|
extraTypeData.append( c );
|
||||||
extraType[ extra ][ type ] = QVariant::fromValue< QList< Tomahawk::InfoSystem::InfoStringHash > >( extraTypeData );
|
extraType[ extra ][ type ] = QVariant::fromValue< QList< Tomahawk::InfoSystem::InfoStringHash > >( extraTypeData );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user