From bc41c57b7bfca61314ab59a4d5a310b25e21c8bb Mon Sep 17 00:00:00 2001 From: Joe Milazzo Date: Wed, 17 Jan 2024 19:22:03 -0600 Subject: [PATCH] Fixed a bug with checking license on non-prod builds. (#2617) --- API/Services/Plus/LicenseService.cs | 2 +- openapi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/API/Services/Plus/LicenseService.cs b/API/Services/Plus/LicenseService.cs index 9960744e4..5299cd255 100644 --- a/API/Services/Plus/LicenseService.cs +++ b/API/Services/Plus/LicenseService.cs @@ -212,7 +212,7 @@ public class LicenseService( catch (Exception e) { logger.LogError(e, "An error happened during the request to Kavita+ API"); - throw; + return false; } } diff --git a/openapi.json b/openapi.json index d67309f6f..e8cc0e0c6 100644 --- a/openapi.json +++ b/openapi.json @@ -7,7 +7,7 @@ "name": "GPL-3.0", "url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE" }, - "version": "0.7.12.3" + "version": "0.7.12.4" }, "servers": [ {