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

1.4 KiB

GetLibraryItemsMetaDataRating

Example Usage

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

let value: GetLibraryItemsMetaDataRating = {
  image: "themoviedb://image.rating",
  value: 3,
  type: "audience",
};

Fields

Field Type Required Description Example
image string ✔️ A URI or path to the rating image. themoviedb://image.rating
value number ✔️ The value of the rating. 3
type string ✔️ The type of rating (e.g., audience, critic). audience