Added "Open Playlist" option to the menubar.

This commit is contained in:
The Wobbler 2025-03-03 16:21:43 +01:00
parent 9ee4184c84
commit 0101cf174c
4 changed files with 13 additions and 8 deletions

View file

@ -317,7 +317,7 @@ class Playlist:
track.delete_items(self)
# make sure the playlist is not referenced as the temporary playlist
if self == self.app.library.temporary_playlist:
if self is self.app.library.temporary_playlist:
self.app.library.temporary_playlist = None
self.app.utils.unique_names.remove(self.title)