Just moved some code around.
This commit is contained in:
parent
efe10e7d50
commit
c164201a55
1 changed files with 3 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue