mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Feature: added silent song notification setting (#1129)
* feat: added silent song notification
This commit is contained in:
parent
1d46cd5ff9
commit
6abdbd2f3e
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ export const useScrobble = () => {
|
||||||
new Notification(`${currentSong.name}`, {
|
new Notification(`${currentSong.name}`, {
|
||||||
body: `${artists}\n${currentSong.album}`,
|
body: `${artists}\n${currentSong.album}`,
|
||||||
icon: currentSong.imageUrl || undefined,
|
icon: currentSong.imageUrl || undefined,
|
||||||
|
silent: true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue