mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 15:32:37 -07:00
More changes for #72
This commit is contained in:
parent
6dea8b7440
commit
acb9aab369
4 changed files with 9 additions and 7 deletions
|
@ -29,6 +29,8 @@ namespace PlexRequests.UI.Models
|
|||
public class JsonResponseModel
|
||||
{
|
||||
public bool Result { get; set; }
|
||||
public string Message { get; set; }
|
||||
public string Message { get; set; }
|
||||
public string BaseUrl { get; set; }
|
||||
public bool HasBase => !string.IsNullOrEmpty(BaseUrl);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue