This commit is contained in:
TidusJar 2016-05-12 16:01:05 -04:00
parent 5ada81ceb5
commit 03c7585ebe
16 changed files with 307 additions and 328 deletions

View file

@ -30,7 +30,5 @@ namespace PlexRequests.UI.Models
{
public bool Result { get; set; }
public string Message { get; set; }
public string BaseUrl { get; set; }
public bool HasBase => !string.IsNullOrEmpty(BaseUrl);
}
}