mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
12 KiB
12 KiB
AddPlaylistContentsMediaContainer
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
size |
Optional<? extends Integer> | ➖ | N/A | 1 |
leafCountAdded |
Optional<? extends Integer> | ➖ | N/A | 1 |
leafCountRequested |
Optional<? extends Integer> | ➖ | N/A | 1 |
metadata |
List<lukehagar.plexapi.plexapi.models.operations.AddPlaylistContentsMetadata> | ➖ | N/A | [ { "ratingKey": "94", "key": "/playlists/94/items", "guid": "com.plexapp.agents.none://972e3047-83d6-4848-a000-261f0af26ba2", "type": "playlist", "title": "A great playlist", "summary": "One of my great playlists", "smart": false, "playlistType": "video", "composite": "/playlists/94/composite/1705800070", "duration": 423000, "leafCount": 3, "addedAt": 1705716458, "updatedAt": 1705800070 } ] |