mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
475 B
475 B
QueryParamType
The type of media to retrieve. 1 = movie 2 = show 3 = season 4 = episode E.g. A movie library will not return anything with type 3 as there are no seasons for movie libraries
Example Usage
import { QueryParamType } from "@lukehagar/plexjs";
let value: QueryParamType = QueryParamType.Two;
Values
| Name | Value |
|---|---|
One |
1 |
Two |
2 |
Three |
3 |
Four |
4 |