mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 03:11:46 +00:00
fix: fix restartNeeded
This commit is contained in:
@ -29,7 +29,7 @@ export const forceUnloadPreloadPlugin = (id: string) => {
|
||||
hasStopped ||
|
||||
(
|
||||
hasStopped === null &&
|
||||
typeof loadedPluginMap[id].preload !== 'function' && loadedPluginMap[id].preload
|
||||
loadedPluginMap[id].preload
|
||||
)
|
||||
) {
|
||||
console.log(LoggerPrefix, `"${id}" plugin is unloaded`);
|
||||
|
||||
Reference in New Issue
Block a user