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

385 B

WatchedIndicator

Whether or not media watched indicators are enabled (little orange dot on media)

Example Usage

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

let value: WatchedIndicator = WatchedIndicator.Enable;

Values

Name Value
Disable 0
Enable 1