Playlists now get loaded when they are started and removed debug prints.

This commit is contained in:
The Wobbler 2025-02-12 13:50:12 +01:00
parent 0879575882
commit 0c2c91389d
5 changed files with 12 additions and 30 deletions

View file

@ -14,7 +14,7 @@ class Track:
self.app = app
self.path = path
self.tags = TinyTag.get(self.path, ignore_errors=False, duration=False)
self.tags = TinyTag.get(self.path, ignore_errors=True, duration=False)
self.cached = False
self.audio = None