From ba90095a472803cbd077b021326c379bd5ed6f4a Mon Sep 17 00:00:00 2001 From: Servarr Date: Wed, 31 Jan 2024 19:10:15 +0000 Subject: [PATCH] Automated API Docs update --- src/Lidarr.Api.V1/openapi.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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" }