despotify: Log track play errors

This commit is contained in:
Stein Magnus Jodal 2010-03-22 23:42:28 +01:00
parent 3235d2a1ea
commit accb873f8f

View File

@ -175,3 +175,5 @@ class DespotifySessionManager(spytify.Spytify):
if signal == self.DESPOTIFY_END_OF_PLAYLIST:
logger.debug('Despotify signalled end of playlist')
self.core_queue.put({'command': 'end_of_track'})
elif signal == self.DESPOTIFY_TRACK_PLAY_ERROR:
logger.error('Despotify signalled track play error')