Files
plexjs/docs/models/createplaylistrequest.md

1.8 KiB
Raw Blame History

CreatePlaylistRequest

Example Usage

import { CreatePlaylistRequest, QueryParamType, Smart } from "@lukehagar/plexjs";

let value: CreatePlaylistRequest = {
    title: "<value>",
    type: QueryParamType.Photo,
    smart: Smart.One,
    uri: "https://deadly-corsage.info",
};

Fields

Field Type Required Description
title string ✔️ name of the playlist
type models.QueryParamType ✔️ type of playlist to create
smart models.Smart ✔️ whether the playlist is smart or not
uri string ✔️ the content URI for the playlist
playQueueID number the play queue to copy to a playlist