Skip to content

Commit a387ea6

Browse files
authored
Fix bug in aiff extractor (#16)
1 parent 197dceb commit a387ea6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

files/usr/bin/xapp-aiff-thumbnailer

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ def extract_cover_aiff_file(filepath: Path) -> bytes | None:
1818
try:
1919
return cast(bytes, aiff_file.tags.getall("APIC")[0].data)
2020
except:
21-
pass
22-
finally:
2321
return None
2422

2523

0 commit comments

Comments
 (0)