mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Updated the Radarr API to support the new V3 endpoints. There's now a new V3 flag on the radarr settings
This commit is contained in:
parent
b31f8dd962
commit
26b2a574be
24 changed files with 347 additions and 94 deletions
12
src/Ombi.Api.Radarr/Models/V2/RadarrError.cs
Normal file
12
src/Ombi.Api.Radarr/Models/V2/RadarrError.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
namespace Ombi.Api.Radarr.Models
|
||||
{
|
||||
public class RadarrError
|
||||
{
|
||||
public string message { get; set; }
|
||||
}
|
||||
|
||||
public class RadarrErrorResponse
|
||||
{
|
||||
public string errorMessage { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue