mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
23 lines
802 B
Markdown
23 lines
802 B
Markdown
# GetSearchAllLibrariesFlattenSeasons
|
|
|
|
Setting that indicates if seasons are set to hidden for the show. (-1 = Library default, 0 = Hide, 1 = Show).
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetSearchAllLibrariesFlattenSeasons } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetSearchAllLibrariesFlattenSeasons =
|
|
GetSearchAllLibrariesFlattenSeasons.Show;
|
|
```
|
|
|
|
## Values
|
|
|
|
This is an open enum. Unrecognized values will be captured as the `Unrecognized<string>` branded type.
|
|
|
|
| Name | Value |
|
|
| ---------------------- | ---------------------- |
|
|
| `LibraryDefault` | -1 |
|
|
| `Hide` | 0 |
|
|
| `Show` | 1 |
|
|
| - | `Unrecognized<string>` | |