-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
[Windows 10] Discord RPC stays active even when TIDAL is paused or closed #29
Comments
Hello, @PaulBGD when disabled or tidal is not running manager->clear_activity(manager, nullptr, nullptr); is not sufficient - it just clears the rpc. Can you fix that ? |
Yes I can take a look tomorrow.
|
🙏🙏 |
Is this fixed ? |
Discord still says "Playing TIDAL" when TIDAL is completely closed. Running v1.3.0.79. |
The IDiscordCore instance should be destroyed per the docs. Could do it on pause (like Spotify), or just when Tidal is closed |
If someone wants to implement it, I have no time atm. The app doesn't use the c++ bindings it's in C. The allocations and de-allocations should be done manually. |
Still having this issue, any way to fix it yet? |
This seems to be resolved in #100 |
Steps to reproduce
Actual behavior
Discord still says "Playing TIDAL"
Expected behavior
Discord RPC should go away when nothing is playing, or especially when the TIDAL app is closed completely.
The text was updated successfully, but these errors were encountered: