Small tweak

(did try setting up actions but they require a service worker so fuck that and electron's notifications dont support url because they have to be annoying)
This commit is contained in:
Core 2022-03-12 12:00:54 +00:00
parent f21a13f50a
commit f190c199b2

View file

@ -843,7 +843,7 @@ const app = new Vue({
this.notification.close()
}
this.notification = new Notification(a.name, {
body: a.artistName,
body: `${a.artistName}${a.albumName}`,
icon: a.artwork.url.replace('/{w}x{h}bb', '/512x512bb').replace('/2000x2000bb', '/35x35bb'),
silent: true,
});