get_on_deck
Retrieve continue watching items from Plex media libraries to resume playback where you left off across movies and TV shows.
Instructions
Get 'On Deck' items (continue watching) for users
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 15) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 15,
"description": "Maximum number of items to return (default: 15)",
"type": "number"
}
},
"required": [],
"type": "object"
}