mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
3.0 KiB
3.0 KiB
Genre
The filter query string for similar items.
Example Usage
import { Genre } from "@lukehagar/plexjs/sdk/models/operations";
let value: Genre = {
id: 259,
filter: "genre=19",
tag: "Crime",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ✔️ | The unique identifier for the genre. NOTE: This is different for each Plex server and is not globally unique. |
259 |
filter |
string | ✔️ | N/A | genre=19 |
tag |
string | ✔️ | The genre name of this media-item |
Crime |