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
|
self.clearedPlaylistNote = True
|
||||||
|
|
||||||
def addFolderToPlaylist(self, folderPath):
|
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):
|
def deleteSelectedPlaylistItems(self):
|
||||||
self.playlist.remove_selected_items()
|
self.playlist.remove_selected_items()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user