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 Aug 21, 2023
1 parent e11b49d commit 246f60a
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 246f60a

Please sign in to comment.