forked from Wobbl/Wobuzz
Playlists now get loaded when they are started and removed debug prints.
This commit is contained in:
parent
0879575882
commit
0c2c91389d
5 changed files with 12 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue