Implemented saving of playlists to disk.

This commit is contained in:
The Wobbler 2025-01-25 20:45:43 +01:00
parent a7fc19f98b
commit 1007ac045f
7 changed files with 62 additions and 12 deletions

View file

@ -17,6 +17,7 @@ class Player:
self.track_progress = TrackProgress(self.app)
playlists = []
self.current_playlist = Playlist(self.app, "None")
self.playing = False