Merge branch 'develop' of github.com:mopidy/mopidy into develop
This commit is contained in:
commit
6f268cd491
@ -118,6 +118,7 @@ class SpotifySessionManager(BaseThread, PyspotifySessionManager):
|
|||||||
'channels': channels,
|
'channels': channels,
|
||||||
}
|
}
|
||||||
self.gstreamer.emit_data(capabilites, bytes(frames))
|
self.gstreamer.emit_data(capabilites, bytes(frames))
|
||||||
|
return num_frames
|
||||||
|
|
||||||
def play_token_lost(self, session):
|
def play_token_lost(self, session):
|
||||||
"""Callback used by pyspotify"""
|
"""Callback used by pyspotify"""
|
||||||
|
|||||||
@ -26,7 +26,8 @@ BACKENDS = (
|
|||||||
#: details on the format.
|
#: details on the format.
|
||||||
CONSOLE_LOG_FORMAT = u'%(levelname)-8s %(message)s'
|
CONSOLE_LOG_FORMAT = u'%(levelname)-8s %(message)s'
|
||||||
|
|
||||||
#: Which GStreamer bin description to use in :class:`mopidy.outputs.CustomOutput`.
|
#: Which GStreamer bin description to use in
|
||||||
|
#: :class:`mopidy.outputs.custom.CustomOutput`.
|
||||||
#:
|
#:
|
||||||
#: Default::
|
#: Default::
|
||||||
#:
|
#:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user