diff --git a/src/renderer/main/vueapp.js b/src/renderer/main/vueapp.js index 8b7787ee..6a81c77d 100644 --- a/src/renderer/main/vueapp.js +++ b/src/renderer/main/vueapp.js @@ -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, });