Files
plexjs/docs/models/operations/getdownloadqueuedownloadqueue.md

6.9 KiB
Raw Permalink Blame History

GetDownloadQueueDownloadQueue

Example Usage

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

let value: GetDownloadQueueDownloadQueue = {};

Fields

Field Type Required Description
id number N/A
itemCount number N/A
status operations.GetDownloadQueueStatus 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