mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
18 lines
385 B
Markdown
18 lines
385 B
Markdown
# WatchedIndicator
|
|
|
|
Whether or not media watched indicators are enabled (little orange dot on media)
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { WatchedIndicator } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: WatchedIndicator = WatchedIndicator.Enable;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| --------- | --------- |
|
|
| `Disable` | 0 |
|
|
| `Enable` | 1 | |