Files
plexjs/docs/sdk/models/operations/userprofile.md

5.5 KiB
Raw Blame History

UserProfile

Example Usage

import { UserProfile } from "@lukehagar/plexjs/sdk/models/operations";

let value: UserProfile = {
  defaultAudioLanguage: "ja",
  defaultSubtitleLanguage: "en",
};

Fields

Field Type Required Description Example
autoSelectAudio boolean If the account has automatically select audio and subtitle tracks enabled true
defaultAudioLanguage string ✔️ The preferred audio language for the account ja
defaultSubtitleLanguage string ✔️ The preferred subtitle language for the account en
autoSelectSubtitle operations.AutoSelectSubtitle N/A 1
defaultSubtitleAccessibility operations.DefaultSubtitleAccessibility N/A 1
defaultSubtitleForced operations.DefaultSubtitleForced N/A 1
watchedIndicator operations.WatchedIndicator N/A 1
mediaReviewsVisibility operations.MediaReviewsVisibility N/A 1