Skip to content

Commit c4ff524

Browse files
committed
Try matching audio before video
Fixes: #146
1 parent bbae93d commit c4ff524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filetype/types/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@
115115

116116

117117
# Expose supported type matchers
118-
TYPES = list(VIDEO + IMAGE + AUDIO + FONT + DOCUMENT + ARCHIVE + APPLICATION)
118+
TYPES = list(IMAGE + AUDIO + VIDEO + FONT + DOCUMENT + ARCHIVE + APPLICATION)

0 commit comments

Comments
 (0)