Just moved some code around.

This commit is contained in:
The Wobbler 2025-02-03 18:04:04 +01:00
parent efe10e7d50
commit c164201a55

View file

@ -21,6 +21,9 @@ class Library:
self.playlists = []
def load(self):
self.load_playlists()
def load_playlists(self):
path_playlists = os.path.expanduser(f"{self.app.settings.library_path}/playlists")
if not os.path.exists(path_playlists):