mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 13:37:04 +03:00
Merge branch 'react' into react
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as CompileConfig from "../config.json";
|
||||
import { CategorySelection } from "./types";
|
||||
import { CategorySelection, CategorySkipOption } from "./types";
|
||||
|
||||
interface SBConfig {
|
||||
userID: string,
|
||||
@@ -129,7 +129,7 @@ var Config: SBObject = {
|
||||
mobileUpdateShowCount: 0,
|
||||
categorySelections: [{
|
||||
name: "sponsor",
|
||||
autoSkip: true
|
||||
option: CategorySkipOption.AutoSkip
|
||||
}]
|
||||
},
|
||||
localConfig: null,
|
||||
|
||||
Reference in New Issue
Block a user