-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fixes some discord rpc issues #62
base: master
Are you sure you want to change the base?
Conversation
73299ab
to
adc1a83
Compare
when you do a pr that fixes a known issue you should mention it to make it clear |
I think I did what you said. Except for that was there anything else you noticed with the code or pr that I could do better next time? Would like to know since I am not used to GitHub fully. |
I guess editing it in doesn't mention it in the issue though, I'll know for next time! |
editing does mention it |
Hello, I tried fixing some discord-rpc issues I noticed. Mainly:
#47 Spamming next causing discord rpc to desync.
Spamming pause and unpause causing discord rpc to show the play activity rather than pause on pause.
Clicking on the seekbar when paused causing discord rpc to show the play activity to show rather than the pause one. (Since it is still technically paused.)
My apologies if code is bad I mainly want opinions on it.