Skip to content

Commit dc8c950

Browse files
authored
forgot return in mp3
1 parent 13c8b72 commit dc8c950

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

filetype/types/audio.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ def match(self, buf):
5454
buf[1] == 0xFA or #MPEG 1 with error protection
5555
buf[1] == 0xFB): #MPEG 1 w/o error protection
5656
return True
57+
else:
58+
return False
5759
else:
5860
return False
5961
else:

0 commit comments

Comments
 (0)