forked from Wobbl/Wobuzz
Fixed Wobbl/Wobuzz#12
This commit is contained in:
parent
5c7f4c4ef7
commit
7fdf7a66a9
2 changed files with 15 additions and 1 deletions
|
@ -309,6 +309,9 @@ class Playlist:
|
|||
for view in self.views.values(): # close views (and PyQt automatically closes the corresponding tabs)
|
||||
view.deleteLater()
|
||||
|
||||
for track in self.tracks: # remove items that corresponded to the track and this playlist
|
||||
track.delete_items(self)
|
||||
|
||||
self.app.utils.unique_names.remove(self.title)
|
||||
self.app.library.playlists.remove(self)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue