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

1.9 KiB

GetMediaMetaDataImage

Example Usage

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

let value: GetMediaMetaDataImage = {
  alt: "Better Call Saul",
  type: "coverPoster",
  url: "/library/metadata/44288/thumb/1736487993",
};

Fields

Field Type Required Description Example
alt string ✔️ Alternate text for the image. Better Call Saul
type string ✔️ The type of image (e.g., coverPoster, background, clearLogo). coverPoster
url string ✔️ The URL of the image. /library/metadata/44288/thumb/1736487993