parent
4b8afe3d33
commit
8a7b67c593
|
@ -8292,9 +8292,7 @@
|
|||
"nullable": true
|
||||
},
|
||||
"releaseType": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"nullable": true
|
||||
"$ref": "#/components/schemas/ReleaseType"
|
||||
},
|
||||
"mediaInfo": {
|
||||
"$ref": "#/components/schemas/MediaInfoResource"
|
||||
|
@ -10234,6 +10232,9 @@
|
|||
"isSplitEpisode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isMiniSeries": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"special": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue