mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
small formatting changes
This commit is contained in:
@ -10,7 +10,7 @@ const notify = (info, notification) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Fill the notification with content
|
// Fill the notification with content
|
||||||
notification.title = info.title || "Playing";
|
notification.title = info.title || "Playing";
|
||||||
notification.body = info.artist;
|
notification.body = info.artist;
|
||||||
notification.icon = notificationImage;
|
notification.icon = notificationImage;
|
||||||
|
|
||||||
@ -23,8 +23,8 @@ module.exports = (win) => {
|
|||||||
|
|
||||||
// Create a notification
|
// Create a notification
|
||||||
let notification = new Notification( {
|
let notification = new Notification( {
|
||||||
title:'',
|
title: "",
|
||||||
body: '',
|
body: "",
|
||||||
icon: "assets/youtube-music.png",
|
icon: "assets/youtube-music.png",
|
||||||
silent: true,
|
silent: true,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user