mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
890 B
890 B
Similar
The display tag for the similar item, typically the title.
Example Usage
import { Similar } from "@lukehagar/plexjs/sdk/models/operations";
let value: Similar = {
id: 259,
filter: "similar=259",
tag: "Criss Angel Mindfreak",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ✔️ | N/A | 259 |
filter |
string | ✔️ | N/A | similar=259 |
tag |
string | ✔️ | N/A | Criss Angel Mindfreak |