mirror of
https://github.com/LukeHagar/plex-sdk-docs.git
synced 2025-12-09 20:47:47 +00:00
23 lines
581 B
Plaintext
23 lines
581 B
Plaintext
import MarkPlayed from "./mark_played/mark_played.mdx";
|
|
import MarkUnplayed from "./mark_unplayed/mark_unplayed.mdx";
|
|
import UpdatePlayProgress from "./update_play_progress/update_play_progress.mdx";
|
|
|
|
## Media
|
|
API Calls interacting with Plex Media Server Media
|
|
|
|
|
|
### Available Operations
|
|
|
|
* [Mark Played](/python/media/mark_played) - Mark Media Played
|
|
* [Mark Unplayed](/python/media/mark_unplayed) - Mark Media Unplayed
|
|
* [Update Play Progress](/python/media/update_play_progress) - Update Media Play Progress
|
|
|
|
---
|
|
<MarkPlayed />
|
|
|
|
---
|
|
<MarkUnplayed />
|
|
|
|
---
|
|
<UpdatePlayProgress />
|