This commit is contained in:
Jamie Hardt
2023-11-08 21:40:59 -08:00
parent 3071bad007
commit 73a9f93beb

View File

@@ -193,11 +193,11 @@ class WavInfoReader:
ltxts = []
notes = []
if adtl is not None:
labls = [c for c in adtl.children
labls = [c for c in adtl.children
if type(c) is ChunkDescriptor and c.ident == b'labl']
ltxts = [c for c in adtl.children
ltxts = [c for c in adtl.children
if type(c) is ChunkDescriptor and c.ident == b'ltxt']
notes = [c for c in adtl.children
notes = [c for c in adtl.children
if type(c) is ChunkDescriptor and c.ident == b'note']
return WavCuesReader.read_all(f, cue, labls, ltxts, notes,