We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ee58b commit df62778Copy full SHA for df62778
plugins/notifications/back.js
@@ -10,7 +10,7 @@ const notify = (info, notification) => {
10
}
11
12
// Fill the notification with content
13
- notification.title = info.title || "Playing";
+ notification.title = info.title || "Playing";
14
notification.body = info.artist;
15
notification.icon = notificationImage;
16
@@ -23,8 +23,8 @@ module.exports = (win) => {
23
24
// Create a notification
25
let notification = new Notification( {
26
- title:'',
27
- body: '',
+ title: "",
+ body: "",
28
icon: "assets/youtube-music.png",
29
silent: true,
30
});
0 commit comments