We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f865dfd commit 6cad687Copy full SHA for 6cad687
plugins/notifications/interactive.js
@@ -1,6 +1,6 @@
1
-const { notificationImage, icons } = require("../utils");
2
-const getSongControls = require('../../../providers/song-controls');
3
-const registerCallback = require("../../../providers/song-info");
+const { notificationImage, icons } = require("./utils");
+const getSongControls = require('../../providers/song-controls');
+const registerCallback = require("../../providers/song-info");
4
const is = require("electron-is");
5
const WindowsToaster = require('node-notifier').WindowsToaster;
6
0 commit comments