diff --git a/web/ts/video-sections.ts b/web/ts/video-sections.ts index d06d8045d..7d73601e3 100644 --- a/web/ts/video-sections.ts +++ b/web/ts/video-sections.ts @@ -81,7 +81,7 @@ export class VideoSectionsAdminController { return ( this.current.description !== "" && this.current.startHours !== null && - this.current.startMinutes < 32 && + this.current.startHours < 32 && this.current.startMinutes !== null && this.current.startMinutes < 60 && this.current.startSeconds !== null &&