stylecheck

This commit is contained in:
Araxeus
2021-04-09 01:08:22 +03:00
parent 30675e0567
commit d8dc4656e4
3 changed files with 4 additions and 6 deletions

View File

@ -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}`);