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

2.2 KiB
Raw Blame History

GetCountriesLibraryResponseBody

Successful response containing media container data.

Example Usage

import { GetCountriesLibraryResponseBody } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetCountriesLibraryResponseBody = {
  mediaContainer: {
    size: 50,
    allowSync: false,
    art: "/:/resources/show-fanart.jpg",
    content: "secondary",
    identifier: "com.plexapp.plugins.library",
    mediaTagPrefix: "/system/bundle/media/flags/",
    mediaTagVersion: 1734362201,
    nocache: true,
    thumb: "/:/resources/show.png",
    title1: "TV Series",
    title2: "By Starring Actor",
    viewGroup: "secondary",
    directory: [
      {
        fastKey: "/library/sections/2/all?country=15491",
        key: "15491",
        title: "Japan",
      },
    ],
  },
};

Fields

Field Type Required Description
mediaContainer operations.GetCountriesLibraryMediaContainer N/A