MCPcopy Create free account
hub / github.com/Syncplay/syncplay / deleteSelectedPlaylistItems

Method deleteSelectedPlaylistItems

syncplay/ui/gui.py:2066–2067  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2064 self.showErrorMessage("You tried to add the folder '{}' to the playlist. Syncplay only currently supports adding files to the playlist.".format(folderPath)) # TODO: Implement "add folder to playlist"
2065
2066 def deleteSelectedPlaylistItems(self):
2067 self.playlist.remove_selected_items()
2068
2069 def saveSettings(self):
2070 settings = QSettings("Syncplay", "MainWindow")

Callers 1

openPlaylistMenuMethod · 0.95

Calls 1

remove_selected_itemsMethod · 0.80

Tested by

no test coverage detected