forked from Wobbl/Wobuzz
Added "Open Playlist" option to the menubar.
This commit is contained in:
parent
9ee4184c84
commit
0101cf174c
4 changed files with 13 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue