mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
784 B
784 B
GetMetaDataByRatingKeyGenre
Example Usage
import { GetMetaDataByRatingKeyGenre } from "@lukehagar/plexjs";
let value: GetMetaDataByRatingKeyGenre = {
id: 184,
filter: "genre=184",
tag: "Thriller",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ➖ | N/A | 184 |
filter |
string | ➖ | N/A | genre=184 |
tag |
string | ➖ | N/A | Thriller |