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

Method removePlaylistNote

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

Source from the content-addressed store, hash-verified

2055 self.playlist.addItem(streamURI)
2056
2057 def removePlaylistNote(self):
2058 if not self.clearedPlaylistNote:
2059 for index in range(self.playlist.count()):
2060 self.playlist.takeItem(0)
2061 self.clearedPlaylistNote = True
2062
2063 def addFolderToPlaylist(self, folderPath):
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"

Callers 2

addFileToPlaylistMethod · 0.95
addStreamToPlaylistMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected