Fix NotImplementedError
This commit is contained in:
@@ -64,7 +64,7 @@ class MessageListener:
|
|||||||
|
|
||||||
class NoopAudioDecrypt(AudioDecrypt):
|
class NoopAudioDecrypt(AudioDecrypt):
|
||||||
def decrypt_chunk(self, chunk_index: int, buffer: bytes):
|
def decrypt_chunk(self, chunk_index: int, buffer: bytes):
|
||||||
raise NotImplementedError
|
pass
|
||||||
|
|
||||||
def decrypt_time_ms(self):
|
def decrypt_time_ms(self):
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user