1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-03 05:25:10 +00:00

Automated API Docs update [skip ci]

This commit is contained in:
Servarr 2023-07-15 22:42:21 +00:00 committed by Bogdan
parent da0a4a9d24
commit 34ad4ef337

View file

@ -13002,6 +13002,17 @@
"type": "integer",
"format": "int32"
},
"customFormats": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CustomFormatResource"
},
"nullable": true
},
"customFormatScore": {
"type": "integer",
"format": "int32"
},
"mediaInfo": {
"$ref": "#/components/schemas/MediaInfoResource"
},