We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 287fbbc + f5ca0f4 commit 0cee35aCopy full SHA for 0cee35a
1 file changed
librespot/audio/__init__.py
@@ -216,6 +216,7 @@ def decoded_length(self):
216
return self.__decoded_length
217
218
class ChunkException(IOError):
219
+
220
@staticmethod
221
def from_stream_error(stream_error: int):
222
return AbsChunkedInputStream \
@@ -280,6 +281,7 @@ def get_audio_key(self,
280
281
return key
282
283
class Callback:
284
285
def key(self, key: bytes) -> None:
286
raise NotImplementedError
287
0 commit comments