Fix playlist going to wrong next file bug

This commit is contained in:
Etoh 2016-01-03 23:43:38 +00:00
parent a59c7c253c
commit 3562759919

View File

@ -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):