Files
plexjs/docs/sdk/models/operations/chapter.md

1.9 KiB

Chapter

The thumbnail for the chapter

Example Usage

import { Chapter } from "@lukehagar/plexjs/sdk/models/operations";

let value: Chapter = {
  id: 4,
  filter: "thumb=4",
  index: 1,
  startTimeOffset: 0,
  endTimeOffset: 100100,
  thumb: "/library/media/46883/chapterImages/1",
};

Fields

Field Type Required Description Example
id number ✔️ N/A 4
filter string ✔️ N/A thumb=4
index number ✔️ N/A 1
startTimeOffset number ✔️ N/A 0
endTimeOffset number ✔️ N/A 100100
thumb string ✔️ N/A /library/media/46883/chapterImages/1