Fixed a bug with checking license on non-prod builds. (#2617)

This commit is contained in:
Joe Milazzo 2024-01-17 19:22:03 -06:00 committed by GitHub
parent f44ba1cc12
commit bc41c57b7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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": [
{