fixed bug that rpc wont resume after pausing song
This commit is contained in:
parent
41b60064ad
commit
4a9710ce1e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue