mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 12:37:46 +00:00
10 lines
1.8 KiB
Markdown
10 lines
1.8 KiB
Markdown
# UpdatePlayProgressRequest
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
|
|
| `Key` | *string* | :heavy_check_mark: | the media key | |
|
|
| `Time` | *float64* | :heavy_check_mark: | The time, in milliseconds, used to set the media playback progress. | 90000 |
|
|
| `State` | *string* | :heavy_check_mark: | The playback state of the media item. | played | |