mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-08 20:47:44 +00:00
306 B
306 B
QueryParamType
type of playlist to create
Example Usage
import { QueryParamType } from "@lukehagar/plexjs";
let value: QueryParamType = QueryParamType.Audio;
Values
| Name | Value |
|---|---|
Audio |
audio |
Video |
video |
Photo |
photo |