mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 12:47:44 +00:00
15 lines
5.4 KiB
Markdown
15 lines
5.4 KiB
Markdown
# UserProfile
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
|
|
| `auto_select_audio` | *T::Boolean* | :heavy_check_mark: | If the account has automatically select audio and subtitle tracks enabled | true |
|
|
| `default_audio_language` | *::String* | :heavy_check_mark: | The preferred audio language for the account | ja |
|
|
| `default_subtitle_language` | *::String* | :heavy_check_mark: | The preferred subtitle language for the account | en |
|
|
| `auto_select_subtitle` | [Models::Operations::AutoSelectSubtitle](../../models/operations/autoselectsubtitle.md) | :heavy_check_mark: | N/A | 1 |
|
|
| `default_subtitle_accessibility` | [Models::Operations::DefaultSubtitleAccessibility](../../models/operations/defaultsubtitleaccessibility.md) | :heavy_check_mark: | N/A | 1 |
|
|
| `default_subtitle_forced` | [Models::Operations::DefaultSubtitleForced](../../models/operations/defaultsubtitleforced.md) | :heavy_check_mark: | N/A | 1 |
|
|
| `watched_indicator` | [Models::Operations::WatchedIndicator](../../models/operations/watchedindicator.md) | :heavy_check_mark: | N/A | 1 |
|
|
| `media_reviews_visibility` | [Models::Operations::MediaReviewsVisibility](../../models/operations/mediareviewsvisibility.md) | :heavy_check_mark: | N/A | 1 | |