mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Updated config
This commit is contained in:
@@ -5,6 +5,7 @@ import Utils from "./utils";
|
||||
const utils = new Utils();
|
||||
|
||||
interface SBConfig {
|
||||
hideRealTime: boolean,
|
||||
timeWithSkips: boolean,
|
||||
userID: string,
|
||||
sponsorTimes: SBMap<string, any>,
|
||||
@@ -124,7 +125,8 @@ var Config: SBObject = {
|
||||
*/
|
||||
configListeners: [],
|
||||
defaults: {
|
||||
timeWithSkips: false,
|
||||
hideRealTime: false,
|
||||
timeWithSkips: true,
|
||||
userID: null,
|
||||
sponsorTimes: new SBMap("sponsorTimes"),
|
||||
whitelistedChannels: [],
|
||||
|
||||
Reference in New Issue
Block a user