-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client does not sync playlist clearing actions to the server #609
Comments
Thanks for reporting this. I can confirm the issue but as I'm away from home I can't work on it right now. If anyone wants to try to fix this and make a PR then feel free. |
@gavtroy Please try out my fix at https://github.com/Syncplay/syncplay/actions/runs/5158492715 and let me know if it works. |
Deleting both definitions of |
That's weird, thanks for letting me know. There was a definition for playlistNeedsRestoring in my PyCharm version, but it must not have committed properly for some reason. I've now updated GIT HEAD to add in the version which I was using to develop the fix and you can test with that. |
Yes that seems to be working well. Thanks for coming with a fix. |
Following the changes for #567, the
playlistNeedsRestoring()
check prevents a playlist clearing action from being processed. Although the GUI does still show an empty playlist, other users will still see the previous playlist.This also makes it impossible to delete persistent rooms.
The text was updated successfully, but these errors were encountered: