Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Adds a chapter to the player dynamically. The new chapter will be displayed on the chapters bar in the order of appearance ( start time of the chapter).

Code Block
addChapter({"start": millis, "title": chaptertitle,"description": chapterdescription,"thumbnail": chapterthumbnail })

...