mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-29 19:18:30 -07:00
12 lines
No EOL
223 B
C#
12 lines
No EOL
223 B
C#
namespace Ombi.Api.Radarr.Models
|
|
{
|
|
public class RadarrError
|
|
{
|
|
public string message { get; set; }
|
|
}
|
|
|
|
public class RadarrErrorResponse
|
|
{
|
|
public string errorMessage { get; set; }
|
|
}
|
|
} |