diff --git a/src/components/player/PlayerBar.tsx b/src/components/player/PlayerBar.tsx index 36ee08c..28eb210 100644 --- a/src/components/player/PlayerBar.tsx +++ b/src/components/player/PlayerBar.tsx @@ -83,7 +83,7 @@ const PlayerBar = () => { } else { setSeek(playersRef.current?.player2.audioEl.current.currentTime || 0); } - }, 500); + }, 200); return () => clearInterval(interval); } @@ -117,8 +117,6 @@ const PlayerBar = () => { return; } - // You'll need to have snek_large and snek_small assets uploaded to - // https://discord.com/developers/applications//rich-presence/assets discordRpc.setActivity({ details: player.status === 'PLAYING'