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