Skip to content

Commit

Permalink
Change startMinutes to startHours (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasReumann authored and SebiWrn committed May 7, 2024
1 parent ef4e48e commit b542806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ts/video-sections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit b542806

Please sign in to comment.