make skip notice countdown customisable

This commit is contained in:
Ajay Ramachandran
2021-06-25 12:32:27 -04:00
parent 31855f7501
commit 38bc6e2b1c
5 changed files with 30 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ interface SBConfig {
supportInvidious: boolean,
serverAddress: string,
minDuration: number,
skipNoticeDuration: number,
audioNotificationOnSkip,
checkForUnlistedVideos: boolean,
testingServer: boolean,
@@ -171,6 +172,7 @@ const Config: SBObject = {
supportInvidious: false,
serverAddress: CompileConfig.serverAddress,
minDuration: 0,
skipNoticeDuration: 4,
audioNotificationOnSkip: false,
checkForUnlistedVideos: false,
testingServer: false,