mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-11 04:20:58 +00:00
494 B
494 B
GetPlaylistRequest
Example Usage
import { GetPlaylistRequest } from "@lukehagar/plexjs";
let value: GetPlaylistRequest = {
playlistID: 3380.07,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
playlistID |
number | ✔️ | the ID of the playlist |