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