Fixed a bug with checking license on non-prod builds. (#2617)
This commit is contained in:
parent
f44ba1cc12
commit
bc41c57b7b
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue