Files
plexjs/docs/sdk/models/operations/getmediametadatacountry.md

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