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

2.2 KiB
Raw Blame History

GetRefreshLibraryMetadataRequest

Example Usage

import { Force, GetRefreshLibraryMetadataRequest } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetRefreshLibraryMetadataRequest = {
  force: Force.One,
  sectionKey: 9518,
};

Fields

Field Type Required Description Example
force operations.Force Force the refresh even if the library is already being refreshed. 0
sectionKey number ✔️ The unique key of the Plex library.
Note: This is unique in the context of the Plex server.
9518