Fix playlist going to wrong next file bug
This commit is contained in:
parent
a59c7c253c
commit
3562759919
@ -521,6 +521,7 @@ class SyncplayClient(object):
|
||||
self.changeToPlaylistIndex(newIndex)
|
||||
else:
|
||||
self.ui.setPlaylist(self._playlist)
|
||||
self.changeToPlaylistIndex(newIndex, username)
|
||||
self.ui.showMessage(u"{} updated the playlist".format(username))
|
||||
|
||||
def undoPlaylistChange(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user