diff options
author | Ajay <[email protected]> | 2024-05-24 03:15:59 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2024-05-24 03:15:59 -0400 |
commit | c974c2a6d66ba1313a62201b8574006b15eb3b3c (patch) | |
tree | 9bc842ce3db57284436357c26dba95532474583c | |
parent | a6695254b6aa13f2ce2cbc78d17385402bf0431d (diff) | |
parent | d3684dbedd5fe8593a6d6e5b6b3d1c579f88c41a (diff) | |
download | SponsorBlock-c974c2a6d66ba1313a62201b8574006b15eb3b3c.tar.gz SponsorBlock-c974c2a6d66ba1313a62201b8574006b15eb3b3c.zip |
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock
-rw-r--r-- | src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts index 85847a5e..3fbe23ba 100644 --- a/src/config.ts +++ b/src/config.ts @@ -140,7 +140,7 @@ interface SBStorage { downvotedSegments: Record<VideoID & HashedValue, VideoDownvotes>; navigationApiAvailable: boolean; - // Used when sync storage disbaled + // Used when sync storage disabled alreadyInstalled: boolean; /* Contains unsubmitted segments that the user has created. */ |