mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
18 lines
416 B
Markdown
18 lines
416 B
Markdown
# AutoSelectSubtitle
|
|
|
|
The auto-select subtitle mode (0 = Manually selected, 1 = Shown with foreign audio, 2 = Always enabled)
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { AutoSelectSubtitle } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: AutoSelectSubtitle = AutoSelectSubtitle.Enable;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| --------- | --------- |
|
|
| `Disable` | 0 |
|
|
| `Enable` | 1 | |