mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
stylecheck
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
const is = require("electron-is");
|
||||
const { notificationImage, icons } = require("./utils");
|
||||
const getSongControls = require('../../providers/song-controls');
|
||||
const notifier = require("node-notifier");
|
||||
@ -57,7 +56,6 @@ module.exports.notifyInteractive = function sendToaster(songInfo) {
|
||||
notifier.notify(
|
||||
toDelete,
|
||||
(err, data) => {
|
||||
console.log("clicked "+data);
|
||||
// Will also wait until notification is closed.
|
||||
if (err) {
|
||||
console.log(`ERROR = ${err}\n DATA = ${data}`);
|
||||
|
||||
Reference in New Issue
Block a user