diff --git a/src/tomahawkapp.cpp b/src/tomahawkapp.cpp index 57b643019..d10832c5f 100644 --- a/src/tomahawkapp.cpp +++ b/src/tomahawkapp.cpp @@ -282,7 +282,7 @@ TomahawkApp::init() GlobalActionManager::instance(); // check if our spotify playlist api server is up and running, and enable spotify playlist drops if so - QNetworkReply* r = TomahawkUtils::nam()->get( QNetworkRequest( QUrl( SPOTIFY_PLAYLIST_API_URL "/playlist/test" ) ) ); + QNetworkReply* r = TomahawkUtils::nam()->get( QNetworkRequest( QUrl( SPOTIFY_PLAYLIST_API_URL "/pong" ) ) ); connect( r, SIGNAL( finished() ), this, SLOT( spotifyApiCheckFinished() ) ); #endif