Skip to content

Commit

Permalink
stop nagging about first chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPeters committed Dec 9, 2024
1 parent 4b94850 commit 9d88f7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/submodules/ChapterList.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ export class ChapterList {
this.chapters[this.chapters.length - 1].end = Math.round(this.duration * 1000);
}

if (this.chapters[0].start != 0) {
this.chapters[0].warning = 'Best practice: First chapter should start at 00:00';
}
// if (this.chapters[0].start != 0) {
// this.chapters[0].warning = 'Best practice: First chapter should start at 00:00';
// }

// check if ms are used
this.usesMs = false;
Expand Down

0 comments on commit 9d88f7e

Please sign in to comment.