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:
@ -48,7 +48,7 @@ export const forceUnloadRendererPlugin = (id: string) => {
|
||||
hasStopped ||
|
||||
(
|
||||
hasStopped === null &&
|
||||
typeof plugin?.renderer !== 'function' && plugin?.renderer
|
||||
plugin?.renderer
|
||||
)
|
||||
) {
|
||||
console.log(LoggerPrefix, `"${id}" plugin is unloaded`);
|
||||
|
||||
Reference in New Issue
Block a user