mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
3.7 KiB
3.7 KiB
GetUpdatesStatusMediaContainer
Example Usage
import { GetUpdatesStatusMediaContainer } from "@lukehagar/plexjs/models/operations";
let value: GetUpdatesStatusMediaContainer = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
autoUpdateVersion |
number | ➖ | The version of the updater (currently 1) |
canInstall |
boolean | ➖ | Indicates whether this install can be updated through these endpoints (typically only on MacOS and Windows) |
checkedAt |
number | ➖ | The last time a check for updates was performed |
downloadURL |
string | ➖ | The URL where the update is available |
release |
operations.Release[] | ➖ | N/A |
status |
number | ➖ | The current error code (0 means no error) |