Implemented saving of the sortorder to the .wbz.m3u

This commit is contained in:
The Wobbler 2025-02-23 18:05:28 +01:00
parent 894b3d213a
commit 78b60dba02
3 changed files with 68 additions and 4 deletions

View file

@ -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