mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Provide the base URL if possible for Sonarr/Radarr.
If the API returns a base URL that differs from the one currently set, output that in the error message. Even though Sonarr/Radarr return a result here, they will fail for POST requests, so this does need to be set correctly.
This commit is contained in:
parent
8e72a37fac
commit
a58a2a418e
9 changed files with 63 additions and 36 deletions
8
src/Ombi.Core/Models/TesterResultModel.cs
Normal file
8
src/Ombi.Core/Models/TesterResultModel.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Ombi.Core.Models
|
||||
{
|
||||
public class TesterResultModel
|
||||
{
|
||||
public bool IsValid { get; set; }
|
||||
public string ExpectedSubDir { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue