mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
751 B
751 B
WatchedIndicator
Whether or not media watched indicators are enabled (little orange dot on media)
Example Usage
import { WatchedIndicator } from "@lukehagar/plexjs/models/shared";
let value: WatchedIndicator = WatchedIndicator.MoviesAndTvShows;
Values
This is an open enum. Unrecognized values will be captured as the Unrecognized<number> branded type.
| Name | Value |
|---|---|
None |
0 |
MoviesAndTvShows |
1 |
Movies |
2 |
TvShows |
3 |
| - | Unrecognized<number> |