diff --git a/librespot/structure.py b/librespot/structure.py index 5d9c670..f74da6b 100644 --- a/librespot/structure.py +++ b/librespot/structure.py @@ -64,7 +64,7 @@ class MessageListener: class NoopAudioDecrypt(AudioDecrypt): def decrypt_chunk(self, chunk_index: int, buffer: bytes): - raise NotImplementedError + pass def decrypt_time_ms(self): return 0