mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Forgot about spotifyApiReply.
This commit is contained in:
@@ -539,10 +539,10 @@ TomahawkApp::spotifyApiCheckFinished()
|
|||||||
QNetworkReply* reply = qobject_cast< QNetworkReply* >( sender() );
|
QNetworkReply* reply = qobject_cast< QNetworkReply* >( sender() );
|
||||||
Q_ASSERT( reply );
|
Q_ASSERT( reply );
|
||||||
|
|
||||||
if ( reply->error() == QNetworkReply::ContentNotFoundError )
|
if ( reply->error() )
|
||||||
DropJob::setCanParseSpotifyPlaylists( true );
|
|
||||||
else
|
|
||||||
DropJob::setCanParseSpotifyPlaylists( false );
|
DropJob::setCanParseSpotifyPlaylists( false );
|
||||||
|
else
|
||||||
|
DropJob::setCanParseSpotifyPlaylists( true );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user