Small changes that might fix #1985 but doubt it

This commit is contained in:
Jamie 2018-02-19 13:55:58 +00:00
commit dd5e40f3cd
6 changed files with 12 additions and 37 deletions

View file

@ -3,19 +3,10 @@
public class RadarrError
{
public string message { get; set; }
public string description { get; set; }
}
public class RadarrErrorResponse
{
public string propertyName { get; set; }
public string errorMessage { get; set; }
public object attemptedValue { get; set; }
public FormattedMessagePlaceholderValues formattedMessagePlaceholderValues { get; set; }
}
public class FormattedMessagePlaceholderValues
{
public string propertyName { get; set; }
public object propertyValue { get; set; }
}
}