mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Merge pull request #1291 from mchangrh/userInfo-isVip
remove lastIsVipUpdate from config
This commit is contained in:
commit
9bad5ed324
1 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@ import { keybindEquals } from "./utils/configUtils";
|
|||
interface SBConfig {
|
||||
userID: string,
|
||||
isVip: boolean,
|
||||
lastIsVipUpdate: number,
|
||||
/* Contains unsubmitted segments that the user has created. */
|
||||
unsubmittedSegments: Record<string, SponsorTime[]>,
|
||||
defaultCategory: Category,
|
||||
|
@ -124,7 +123,6 @@ const Config: SBObject = {
|
|||
syncDefaults: {
|
||||
userID: null,
|
||||
isVip: false,
|
||||
lastIsVipUpdate: 0,
|
||||
unsubmittedSegments: {},
|
||||
defaultCategory: "chooseACategory" as Category,
|
||||
whitelistedChannels: [],
|
||||
|
|
Loading…
Reference in a new issue