Change Directory
This commit is contained in:
3
librespot/audio/GeneralWritableStream.py
Normal file
3
librespot/audio/GeneralWritableStream.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class GeneralWritableStream:
|
||||
def write_chunk(self, buffer: bytearray, chunk_index: int, cached: bool):
|
||||
pass
|
||||
Reference in New Issue
Block a user