mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
6.9 KiB
6.9 KiB
CreateDownloadQueueDownloadQueue
Example Usage
import { CreateDownloadQueueDownloadQueue } from "@lukehagar/plexjs/models/operations";
let value: CreateDownloadQueueDownloadQueue = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | N/A |
itemCount |
number | ➖ | N/A |
status |
operations.CreateDownloadQueueStatus | ➖ | The state of this queue - deciding: At least one item is still being decided - waiting: At least one item is waiting for transcode and none are currently transcoding - processing: At least one item is being transcoded - done: All items are available (or potentially expired) - error: At least one item has encountered an error |