mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.0 KiB
1.0 KiB
GetMediaArtsRequest
Example Usage
import { GetMediaArtsRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetMediaArtsRequest = {
ratingKey: 16099,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
ratingKey |
number | ✔️ | the id of the library item to return the artwork of. | 16099 |