Merge pull request #315 from Joe-Dowd/react

Audio notification on skip
This commit is contained in:
Ajay Ramachandran
2020-04-04 22:26:51 -04:00
committed by GitHub
6 changed files with 41 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ interface SBConfig {
supportInvidious: boolean,
serverAddress: string,
minDuration: number,
audioNotificationOnSkip,
checkForUnlistedVideos: boolean,
mobileUpdateShowCount: number,
@@ -121,6 +122,7 @@ var Config: SBObject = {
supportInvidious: false,
serverAddress: CompileConfig.serverAddress,
minDuration: 0,
audioNotificationOnSkip: false,
checkForUnlistedVideos: false,
mobileUpdateShowCount: 0,
categorySelections: [{