mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-18 20:16:50 +00:00
Fix bug resetting playlist if you dragged file into playlist created by others
This commit is contained in:
parent
4c4c3eb59d
commit
d65f7eeb12
@ -1301,6 +1301,8 @@ class MainWindow(QtGui.QMainWindow):
|
||||
if newPlaylist == self.playlistState:
|
||||
return
|
||||
self.updatingPlaylist = True
|
||||
if len(newPlaylist) > 0:
|
||||
self.clearedPlaylistNote = True
|
||||
self.playlistState = newPlaylist
|
||||
self.playlist.updatePlaylist(newPlaylist)
|
||||
self.updatingPlaylist = False
|
||||
|
Loading…
Reference in New Issue
Block a user