use snoretoast CLSID

This commit is contained in:
Araxeus
2023-01-07 04:36:24 +02:00
parent fcb92fda84
commit 3412b3504f
2 changed files with 12 additions and 4 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),