Skip to content

Commit 5cb490f

Browse files
authored
less returns in mp3
1 parent dc8c950 commit 5cb490f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

filetype/types/audio.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,7 @@ 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
59-
else:
60-
return False
61-
else:
62-
return False
57+
return False
6358

6459

6560
class M4a(Type):

0 commit comments

Comments
 (0)