mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-09 12:47:44 +00:00
12 KiB
12 KiB
AddPlaylistContentsMediaContainer
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
size |
T.nilable(::Integer) | ➖ | N/A | 1 |
leaf_count_added |
T.nilable(::Integer) | ➖ | N/A | 1 |
leaf_count_requested |
T.nilable(::Integer) | ➖ | N/A | 1 |
metadata |
T::Array<::OpenApiSDK::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 } ] |