From 4a9710ce1e0cb387431a1e9e52e0684139928041 Mon Sep 17 00:00:00 2001 From: EinTim23 Date: Fri, 1 Nov 2024 17:03:20 +0100 Subject: [PATCH] fixed bug that rpc wont resume after pausing song --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 19e64cf..7347d89 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,6 +39,7 @@ int main() { } if (mediaInformation->paused) { + lastPlayingSong = ""; Discord_ClearPresence(); // TODO: allow user to keep presence when paused(because for // some reason some people want this) continue;