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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue