1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Add some debug for jason

This commit is contained in:
Leo Franchi 2011-09-15 21:06:47 -04:00
parent dfd36d459b
commit 898ad5804e

View File

@ -230,6 +230,7 @@ SpotifyParser::spotifyTrackLookupFinished()
void
SpotifyParser::checkPlaylistFinished()
{
tDebug() << "Checking for spotify batch playlist job finished" << m_queries.isEmpty() << m_createNewPlaylist;
if ( m_queries.isEmpty() ) // we're done
{
if( m_createNewPlaylist )
@ -252,6 +253,7 @@ SpotifyParser::checkPlaylistFinished()
void
SpotifyParser::checkTrackFinished()
{
tDebug() << "Checking for spotify batch track job finished" << m_queries.isEmpty();
if ( m_queries.isEmpty() ) // we're done
{
if ( m_single && !m_tracks.isEmpty() )