mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
fix directory path
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
const { notificationImage, icons } = require("../utils");
|
||||
const getSongControls = require('../../../providers/song-controls');
|
||||
const registerCallback = require("../../../providers/song-info");
|
||||
const { notificationImage, icons } = require("./utils");
|
||||
const getSongControls = require('../../providers/song-controls');
|
||||
const registerCallback = require("../../providers/song-info");
|
||||
const is = require("electron-is");
|
||||
const WindowsToaster = require('node-notifier').WindowsToaster;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user