mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
315 B
315 B
State
The state of the media item
Example Usage
import { State } from "@lukehagar/plexjs/sdk/models/operations";
let value: State = State.Playing;
Values
| Name | Value |
|---|---|
Playing |
playing |
Paused |
paused |
Stopped |
stopped |