diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 993384e7d..be7e0bd6f 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -11676,6 +11676,14 @@ "type": "string", "nullable": true }, + "trackFileCount": { + "type": "integer", + "format": "int32" + }, + "trackHasFileCount": { + "type": "integer", + "format": "int32" + }, "downloadForced": { "type": "boolean" }