simplified some code
This commit is contained in:
parent
0dcc686b19
commit
468dcf2f00
|
@ -69,8 +69,7 @@ def load_tag_information(file: File) -> Tags:
|
|||
try:
|
||||
tags = load_tag_information_mutagen(file)
|
||||
return tags
|
||||
except:
|
||||
try:
|
||||
except Exception as _:
|
||||
tags = load_tag_information_ffmpeg(file)
|
||||
return tags
|
||||
except:
|
||||
|
|
Loading…
Reference in a new issue