mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.3 KiB
1.3 KiB
GetLibraryItemsSimilar
Example Usage
import { GetLibraryItemsSimilar } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetLibraryItemsSimilar = {
id: 26,
filter: "similar=26",
tag: "Breaking Bad",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ✔️ | The unique similar item identifier. | 26 |
filter |
string | ✔️ | The filter string for similar items. | similar=26 |
tag |
string | ✔️ | The tag or title of the similar content. | Breaking Bad |