mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-12 18:04:20 +01:00
Fix comment typo
Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
This commit is contained in:
parent
3be51c89a9
commit
6c9a403731
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ interface SBStorage {
|
||||||
downvotedSegments: Record<VideoID & HashedValue, VideoDownvotes>;
|
downvotedSegments: Record<VideoID & HashedValue, VideoDownvotes>;
|
||||||
navigationApiAvailable: boolean;
|
navigationApiAvailable: boolean;
|
||||||
|
|
||||||
// Used when sync storage disbaled
|
// Used when sync storage disabled
|
||||||
alreadyInstalled: boolean;
|
alreadyInstalled: boolean;
|
||||||
|
|
||||||
/* Contains unsubmitted segments that the user has created. */
|
/* Contains unsubmitted segments that the user has created. */
|
||||||
|
|
Loading…
Reference in a new issue