Skip to content

Commit df62778

Browse files
Sem VisscherSem Visscher
Sem Visscher
authored and
Sem Visscher
committed
small formatting changes
1 parent c1ee58b commit df62778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/notifications/back.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const notify = (info, notification) => {
1010
}
1111

1212
// Fill the notification with content
13-
notification.title = info.title || "Playing";
13+
notification.title = info.title || "Playing";
1414
notification.body = info.artist;
1515
notification.icon = notificationImage;
1616

@@ -23,8 +23,8 @@ module.exports = (win) => {
2323

2424
// Create a notification
2525
let notification = new Notification( {
26-
title:'',
27-
body: '',
26+
title: "",
27+
body: "",
2828
icon: "assets/youtube-music.png",
2929
silent: true,
3030
});

0 commit comments

Comments
 (0)