mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
303 B
303 B
IncludeHttps
Include Https entries in the results
Example Usage
import { IncludeHttps } from "@lukehagar/plexjs/models/operations";
let value: IncludeHttps = IncludeHttps.True;
Values
| Name | Value |
|---|---|
False |
0 |
True |
1 |