From 39f2d7dbbb0353f27049710e0513db0dd8f6f090 Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sun, 12 May 2024 06:47:45 +0000 Subject: [PATCH] Temporary fix: Library cron can be null or false --- docs/objects/Library.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/objects/Library.yaml b/docs/objects/Library.yaml index e0fd441da..f6c3f9831 100644 --- a/docs/objects/Library.yaml +++ b/docs/objects/Library.yaml @@ -37,8 +37,10 @@ components: example: false autoScanCronExpression: description: The cron expression for when to automatically scan the library folders. If null, automatic scanning will be disabled. - type: string - nullable: true + oneOf: + - type: string + - type: boolean + - type: null example: '0 0 0 * * *' audiobooksOnly: description: Whether the library should ignore ebook files and only allow ebook files to be supplementary.