Merge pull request #941 from Araxeus/fix-snoretoast

fix SnoreToast implementation
This commit is contained in:
th-ch
2023-01-14 15:00:32 +01:00
committed by GitHub
4 changed files with 12 additions and 88 deletions

View File

@ -51,7 +51,7 @@ function sendToaster(songInfo) {
//download image and get path
let imgSrc = notificationImage(songInfo, true);
toDelete = {
appID: is.dev() ? undefined : "com.github.th-ch.youtube-music",
appID: "com.github.th-ch.youtube-music",
title: songInfo.title || "Playing",
message: songInfo.artist,
id: parseInt(Math.random() * 1000000, 10),