Skip to content

Commit 6cad687

Browse files
Araxeusth-ch
authored andcommitted
fix directory path
1 parent f865dfd commit 6cad687

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/notifications/interactive.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const { notificationImage, icons } = require("../utils");
2-
const getSongControls = require('../../../providers/song-controls');
3-
const registerCallback = require("../../../providers/song-info");
1+
const { notificationImage, icons } = require("./utils");
2+
const getSongControls = require('../../providers/song-controls');
3+
const registerCallback = require("../../providers/song-info");
44
const is = require("electron-is");
55
const WindowsToaster = require('node-notifier').WindowsToaster;
66

0 commit comments

Comments
 (0)