mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 12:42:06 +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', {
|
const builder = createPluginBuilder('ambient-mode', {
|
||||||
name: 'Ambient Mode',
|
name: 'Ambient Mode',
|
||||||
restartNeeded: true,
|
restartNeeded: false,
|
||||||
config: {
|
config: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
quality: 50,
|
quality: 50,
|
||||||
|
|||||||
Reference in New Issue
Block a user