Added has prefix implementation (no config page)

This commit is contained in:
Joe Dowd
2020-09-04 00:05:41 +01:00
parent 3ec3a01128
commit 40d522694d
5 changed files with 52 additions and 5 deletions

View File

@@ -35,6 +35,7 @@ interface SBConfig {
audioNotificationOnSkip,
checkForUnlistedVideos: boolean,
testingServer: boolean,
hashPrefix: boolean
// What categories should be skipped
categorySelections: CategorySelection[],
@@ -166,6 +167,7 @@ var Config: SBObject = {
audioNotificationOnSkip: false,
checkForUnlistedVideos: false,
testingServer: false,
hashPrefix: false,
categorySelections: [{
name: "sponsor",