set MP3 header length to 0 for now so MP3 files can be read
This will need to be changed once ID3 interpolation actually works.
This commit is contained in:
+1
-1
@@ -410,7 +410,7 @@ class FileHandler(object):
|
|||||||
self.bound = len(self.header)
|
self.bound = len(self.header)
|
||||||
self.music_offset = self.inf.offset()
|
self.music_offset = self.inf.offset()
|
||||||
elif format == "mp3":
|
elif format == "mp3":
|
||||||
pass
|
self.bound = 0 # disable interpolation for now
|
||||||
|
|
||||||
def open(self):
|
def open(self):
|
||||||
# as init() handles actual opening, just increment instance count here
|
# as init() handles actual opening, just increment instance count here
|
||||||
|
|||||||
Reference in New Issue
Block a user