Added audio notification on skip to options menu

This commit is contained in:
Joe-Dowd
2020-04-04 13:59:04 +01:00
parent d4d5e4743e
commit 36981af95a
7 changed files with 44 additions and 0 deletions

View File

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