New: LazyLibrarian Sync Support

Closes #469

Co-Authored-By: philborman <12158777+philborman@users.noreply.github.com>
This commit is contained in:
Qstick
2021-12-05 11:40:21 -06:00
parent 579b8a3d3b
commit 4eadd4cb2f
7 changed files with 486 additions and 0 deletions
@@ -0,0 +1,8 @@
namespace NzbDrone.Core.Applications.LazyLibrarian
{
public class LazyLibrarianError
{
public int Code { get; set; }
public string Message { get; set; }
}
}