mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +03:00
Added unlisted check option.
https://github.com/ajayyy/SponsorBlock/pull/224 Co-authored-by: OfficialNoob <OfficialNoob@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,8 @@ interface SBConfig {
|
||||
autoUpvote: boolean,
|
||||
supportInvidious: boolean,
|
||||
serverAddress: string,
|
||||
minDuration: number
|
||||
minDuration: number,
|
||||
checkForUnlistedVideos: boolean
|
||||
}
|
||||
|
||||
interface SBObject {
|
||||
@@ -119,7 +120,8 @@ var Config: SBObject = {
|
||||
autoUpvote: true,
|
||||
supportInvidious: false,
|
||||
serverAddress: CompileConfig.serverAddress,
|
||||
minDuration: 0
|
||||
minDuration: 0,
|
||||
checkForUnlistedVideos: false
|
||||
},
|
||||
localConfig: null,
|
||||
config: null
|
||||
|
||||
Reference in New Issue
Block a user