Made the tracks also get copied into the library when loaded from a playlist.
This commit is contained in:
parent
4ae398c6aa
commit
31b2e3bf41
1 changed files with 4 additions and 1 deletions
|
@ -52,4 +52,7 @@ class Popups:
|
|||
self.app.library.open_playlist(playlist_path)
|
||||
|
||||
def import_playlist(self):
|
||||
self.open_playlist() # placeholder
|
||||
playlist_path = self.select_playlist_file()
|
||||
|
||||
if playlist_path is not None and not playlist_path == "":
|
||||
self.app.library.import_playlist(playlist_path)
|
||||
|
|
Loading…
Add table
Reference in a new issue