plex-api-spec
plex-api-spec copied to clipboard
Marker missing in Metadata
Hi i noticed that the marker are missing which are under MediaContainer / Metadata / Marker
and they look like this
"Marker": [
{
"id": 8561,
"type": "credits",
"startTimeOffset": 6503812,
"endTimeOffset": 6571812,
"Attributes": {
"id": 8561,
"version": 4
}
},
{
"final": true,
"id": 8561,
"type": "credits",
"startTimeOffset": 6593812,
"endTimeOffset": 6619792,
"Attributes": {
"id": 8561,
"version": 4
}
}
]
they hold information like when the credits start.
im not shure how to add them in an merge request
Fantastic issue!
Thank you for bringing this up, I will look to get this added soon.
This has been added in #97