New: Use Goodreads directly, allow multiple editions of a book (new DB required)

This commit is contained in:
ta264
2020-06-30 21:46:01 +01:00
parent d83d2548e5
commit 45d49117ca
178 changed files with 3332 additions and 1786 deletions
@@ -23,6 +23,7 @@ namespace Readarr.Http.ErrorManagement
public Response HandleException(NancyContext context, Exception exception)
{
_logger.Trace("Handling Exception");
_logger.Warn(exception);
if (exception is ApiException apiException)
{
@@ -57,6 +58,7 @@ namespace Readarr.Http.ErrorManagement
if (exception is ModelConflictException conflictException)
{
_logger.Error(exception, "DB error");
return new ErrorModel
{
Message = exception.Message,