mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
add unresponsive listener
This commit is contained in:
@ -34,7 +34,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
fileExists(songInfoProviderPath, require(songInfoProviderPath));
|
||||
|
||||
// inject front logger
|
||||
const loggerPath = path.join(__dirname, "providers", "logger.js")
|
||||
const loggerPath = path.join(__dirname, "providers", "frontLogger.js")
|
||||
fileExists(loggerPath, require(loggerPath));
|
||||
|
||||
// Add action for reloading
|
||||
|
||||
Reference in New Issue
Block a user