forked from Wobbl/Wobuzz
Implemented saving of the sortorder to the .wbz.m3u
This commit is contained in:
parent
894b3d213a
commit
78b60dba02
3 changed files with 68 additions and 4 deletions
|
@ -67,7 +67,7 @@ class Track:
|
|||
|
||||
self.duration = len(self.audio) # track duration in milliseconds
|
||||
|
||||
self.tags = TinyTag.get(self.path, ignore_errors=True, duration=False, image=True) # metadata with images
|
||||
self.tags = TinyTag.get(self.path, ignore_errors=True, duration=False, image=True) # metadata with images
|
||||
|
||||
self.cached = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue