This commit is contained in:
Jamie Hardt
2022-11-23 22:31:42 -08:00
parent 8fcc9787f6
commit b2323a126f
7 changed files with 49 additions and 32 deletions

View File

@@ -38,7 +38,7 @@ class WavIXMLFormat:
def track_list(self):
"""
A description of each track.
:return: An Iterator
:returns: An Iterator
"""
for track in self.parsed.find("./TRACK_LIST").iter():
if track.tag == 'TRACK':