Merge branch 'master' into custom-electron-prompt

This commit is contained in:
Araxeus
2021-06-25 12:21:40 +03:00
committed by GitHub
26 changed files with 596 additions and 323 deletions

View File

@ -63,7 +63,19 @@ const defaultConfig = {
volumeDown: ""
},
savedVolume: undefined //plugin save volume between session here
}
},
sponsorblock: {
enabled: false,
apiURL: "https://sponsor.ajay.app",
categories: [
"sponsor",
"intro",
"outro",
"interaction",
"selfpromo",
"music_offtopic",
],
},
},
};