mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
788 B
788 B
SearchLibraryRequest
Example Usage
import { SearchLibraryRequest, Type } from "@lukehagar/plexjs";
let value: SearchLibraryRequest = {
sectionId: 149675,
type: Type.Three,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
sectionId |
number | ✔️ | the Id of the library to query |
type |
models.Type | ✔️ | Plex content type to search for |