mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +00:00
fix(ambient-plugin): fix plugin definition
This commit is contained in:
@ -14,7 +14,7 @@ export type AmbientModePluginConfig = {
|
||||
};
|
||||
const builder = createPluginBuilder('ambient-mode', {
|
||||
name: 'Ambient Mode',
|
||||
restartNeeded: true,
|
||||
restartNeeded: false,
|
||||
config: {
|
||||
enabled: false,
|
||||
quality: 50,
|
||||
|
||||
Reference in New Issue
Block a user