Skip to content

Commit

Permalink
properly disable discord RPC when paused
Browse files Browse the repository at this point in the history
  • Loading branch information
PKBeam committed May 5, 2023
1 parent 35b274c commit f2ad602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AMWin-RichPresence/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public App() {
if (AMWin_RichPresence.Properties.Settings.Default.LastfmEnable && scrobbler != null) {
scrobblerClient.Scrobbleit(newInfo, scrobbler);
}
} else {
discordClient.Disable();
}
});
}
Expand Down

0 comments on commit f2ad602

Please sign in to comment.