Fix NotImplementedError
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user