mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
455 B
455 B
IncludeDetails
Whether or not to include details for a section (types, filters, and sorts). Only exists for backwards compatibility, media providers other than the server libraries have it on always.
Example Usage
import { IncludeDetails } from "@lukehagar/plexjs/sdk/models/operations";
let value: IncludeDetails = IncludeDetails.One;
Values
| Name | Value |
|---|---|
Zero |
0 |
One |
1 |