mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
309 B
309 B
Libtype
The type of library to filter. Can be "movie" or "show", or all if not present.
Example Usage
import { Libtype } from "@lukehagar/plexjs";
let value: Libtype = Libtype.Show;
Values
| Name | Value |
|---|---|
Movie |
movie |
Show |
show |