mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
feat: raise CodecNotFoundException when could not find specified codec
This commit is contained in:
@@ -20,3 +20,7 @@ class DecryptException(Exception):
|
||||
|
||||
class NotTimeSyncedLyricsException(Exception):
|
||||
...
|
||||
|
||||
|
||||
class CodecNotFoundException(Exception):
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user