mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.9 KiB
1.9 KiB
AddPlaylistContentsRequest
Example Usage
import { AddPlaylistContentsRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: AddPlaylistContentsRequest = {
playlistID: 1856.36,
uri: "server://12345/com.plexapp.plugins.library/library/metadata/1",
playQueueID: 123,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
playlistID |
number | ✔️ | the ID of the playlist | |
uri |
string | ✔️ | the content URI for the playlist | server://12345/com.plexapp.plugins.library/library/metadata/1 |
playQueueID |
number | ➖ | the play queue to add to a playlist | 123 |