New: (Avistaz) Better error reporting for unauthorized tests

Fixes #822
This commit is contained in:
Qstick
2022-02-04 22:51:55 -06:00
parent a0d5421dc8
commit a637677ec4
2 changed files with 21 additions and 0 deletions

View File

@@ -46,6 +46,11 @@ namespace NzbDrone.Core.Indexers.Definitions.Avistaz
public List<AvistazRelease> Data { get; set; }
}
public class AvistazErrorResponse
{
public string Message { get; set; }
}
public class AvistazIdInfo
{
public string Tmdb { get; set; }