mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
910 B
910 B
GetPlaylistContentsRequest
Example Usage
import { GetPlaylistContentsRequest } from "@lukehagar/plexjs";
let value: GetPlaylistContentsRequest = {
playlistID: 9883.74,
type: 9589.5,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
playlistID |
number | ✔️ | the ID of the playlist |
type |
number | ✔️ | the metadata type of the item to return |