mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-18 21:10:47 +00:00
Use better error message when trying to add folder to playlist
This commit is contained in:
parent
1970c6029c
commit
8a4975b041
@ -1412,7 +1412,7 @@ class MainWindow(QtGui.QMainWindow):
|
||||
self.clearedPlaylistNote = True
|
||||
|
||||
def addFolderToPlaylist(self, folderPath):
|
||||
self.showErrorMessage("Add Folder {}".format(folderPath)) # TODO: Implement "add folder to playlist"
|
||||
self.showErrorMessage(u"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"
|
||||
|
||||
def deleteSelectedPlaylistItems(self):
|
||||
self.playlist.remove_selected_items()
|
||||
|
Loading…
Reference in New Issue
Block a user