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