From 7f2b1c60c730812655c2d6d655315bf05e8c7bd6 Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 21 Jan 2022 20:20:17 -0500 Subject: [PATCH] Only display single action type for full video --- src/components/SponsorTimeEditComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index bb10d17f..9b91e5c2 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -202,7 +202,7 @@ class SponsorTimeEditComponent extends React.Component 1 - || ![ActionType.Skip, ActionType.Poi].includes(CompileConfig.categorySupport[sponsorTime.category]?.[0])) ? ( + || CompileConfig.categorySupport[sponsorTime.category]?.[0] === ActionType.Full) ? (