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