diff --git a/wobuzz/player/playlist.py b/wobuzz/player/playlist.py index 644006a..53554e1 100644 --- a/wobuzz/player/playlist.py +++ b/wobuzz/player/playlist.py @@ -49,6 +49,8 @@ class Playlist: i += 1 + self.loaded = True + def load(self): loading_thread = threading.Thread(target=self.loading_thread) loading_thread.start()