mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
4eadd4cb2f
Closes #469 Co-Authored-By: philborman <12158777+philborman@users.noreply.github.com>
9 lines
185 B
C#
9 lines
185 B
C#
namespace NzbDrone.Core.Applications.LazyLibrarian
|
|
{
|
|
public class LazyLibrarianError
|
|
{
|
|
public int Code { get; set; }
|
|
public string Message { get; set; }
|
|
}
|
|
}
|