input/despotify: don't log "eof" flag after setting it
This commit is contained in:
parent
26c731a382
commit
527a6003e2
@ -134,7 +134,7 @@ DespotifyInputStream::Callback(int sig)
|
|||||||
|
|
||||||
case DESPOTIFY_END_OF_PLAYLIST:
|
case DESPOTIFY_END_OF_PLAYLIST:
|
||||||
eof = true;
|
eof = true;
|
||||||
FormatDebug(despotify_domain, "End of playlist: %d", eof);
|
LogDebug(despotify_domain, "End of playlist");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user