mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
1.9 KiB
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 |