Change Directory
This commit is contained in:
9
librespot/audio/decrypt/NoopAudioDecrypt.py
Normal file
9
librespot/audio/decrypt/NoopAudioDecrypt.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from librespot.audio.decrypt import AudioDecrypt
|
||||
|
||||
|
||||
class NoopAudioDecrypt(AudioDecrypt):
|
||||
def decrypt_chunk(self, chunk_index: int, buffer: bytes):
|
||||
pass
|
||||
|
||||
def decrypt_time_ms(self):
|
||||
return 0
|
||||
Reference in New Issue
Block a user