fixed bug that rpc wont resume after pausing song

This commit is contained in:
EinTim23 2024-11-01 17:03:20 +01:00
parent 41b60064ad
commit 4a9710ce1e
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ int main() {
} }
if (mediaInformation->paused) { if (mediaInformation->paused) {
lastPlayingSong = "";
Discord_ClearPresence(); // TODO: allow user to keep presence when paused(because for Discord_ClearPresence(); // TODO: allow user to keep presence when paused(because for
// some reason some people want this) // some reason some people want this)
continue; continue;