Don't override notify_main_thread, which has a sensible default implementation
This commit is contained in:
parent
2bf6a0cd4e
commit
4ea3bb1167
@ -96,10 +96,6 @@ class SpotifySessionManager(BaseThread, PyspotifySessionManager):
|
||||
"""Callback used by pyspotify"""
|
||||
logger.debug(u'User message: %s', message.strip())
|
||||
|
||||
def notify_main_thread(self, session):
|
||||
"""Callback used by pyspotify"""
|
||||
logger.debug(u'notify_main_thread() called')
|
||||
|
||||
def music_delivery(self, session, frames, frame_size, num_frames,
|
||||
sample_type, sample_rate, channels):
|
||||
"""Callback used by pyspotify"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user