mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
2.2 KiB
2.2 KiB
GetRefreshLibraryMetadataRequest
Example Usage
import { Force, GetRefreshLibraryMetadataRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetRefreshLibraryMetadataRequest = {
force: Force.Zero,
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 |