Added testing server option.

This commit is contained in:
Ajay Ramachandran
2020-04-09 00:40:11 -04:00
parent 9f87c839b5
commit 6abf6a0044
4 changed files with 36 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ interface SBConfig {
audioNotificationOnSkip,
checkForUnlistedVideos: boolean,
mobileUpdateShowCount: number,
testingServer: boolean,
// What categories should be skipped
categorySelections: CategorySelection[]
@@ -125,6 +126,8 @@ var Config: SBObject = {
audioNotificationOnSkip: false,
checkForUnlistedVideos: false,
mobileUpdateShowCount: 0,
testingServer: false,
categorySelections: [{
name: "sponsor",
option: CategorySkipOption.AutoSkip