mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Add some debug for jason
This commit is contained in:
@@ -230,6 +230,7 @@ SpotifyParser::spotifyTrackLookupFinished()
|
|||||||
void
|
void
|
||||||
SpotifyParser::checkPlaylistFinished()
|
SpotifyParser::checkPlaylistFinished()
|
||||||
{
|
{
|
||||||
|
tDebug() << "Checking for spotify batch playlist job finished" << m_queries.isEmpty() << m_createNewPlaylist;
|
||||||
if ( m_queries.isEmpty() ) // we're done
|
if ( m_queries.isEmpty() ) // we're done
|
||||||
{
|
{
|
||||||
if( m_createNewPlaylist )
|
if( m_createNewPlaylist )
|
||||||
@@ -252,6 +253,7 @@ SpotifyParser::checkPlaylistFinished()
|
|||||||
void
|
void
|
||||||
SpotifyParser::checkTrackFinished()
|
SpotifyParser::checkTrackFinished()
|
||||||
{
|
{
|
||||||
|
tDebug() << "Checking for spotify batch track job finished" << m_queries.isEmpty();
|
||||||
if ( m_queries.isEmpty() ) // we're done
|
if ( m_queries.isEmpty() ) // we're done
|
||||||
{
|
{
|
||||||
if ( m_single && !m_tracks.isEmpty() )
|
if ( m_single && !m_tracks.isEmpty() )
|
||||||
|
Reference in New Issue
Block a user