aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/types.ts
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-02-06 21:03:39 -0500
committerAjay <[email protected]>2022-02-06 21:03:39 -0500
commite4ba67999ccc137ffd51e3ee2eec6fad458814aa (patch)
tree31f9b78bd930886d62bb671189bf5ae3dc2dc4c6 /src/types.ts
parent0b6ade4a1d9c547fdc475387e7a581fa8a3f5415 (diff)
downloadSponsorBlock-e4ba67999ccc137ffd51e3ee2eec6fad458814aa.tar.gz
SponsorBlock-e4ba67999ccc137ffd51e3ee2eec6fad458814aa.zip
Add segment hiding in popup
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index bcace06d..e2541c8e 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -51,7 +51,8 @@ export interface CategorySelection {
export enum SponsorHideType {
Visible = undefined,
Downvoted = 1,
- MinimumDuration
+ MinimumDuration,
+ Hidden,
}
export enum ActionType {