diff --git a/src/renderer/features/player/hooks/use-scrobble.ts b/src/renderer/features/player/hooks/use-scrobble.ts index f4fbadb3..04dbb86d 100644 --- a/src/renderer/features/player/hooks/use-scrobble.ts +++ b/src/renderer/features/player/hooks/use-scrobble.ts @@ -114,6 +114,7 @@ export const useScrobble = () => { new Notification(`${currentSong.name}`, { body: `${artists}\n${currentSong.album}`, icon: currentSong.imageUrl || undefined, + silent: true, }); } }, 1000);