update image url's

This commit is contained in:
Luke Pulverenti
2014-10-13 16:23:31 -04:00
parent ab3c26c564
commit 16bc1f35ff
2 changed files with 4 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ namespace MediaBrowser.Server.Implementations.Connect
public bool IsActive { get; set; }
public string AcceptStatus { get; set; }
public string UserType { get; set; }
public string ImageUrl { get; set; }
public string UserImageUrl { get; set; }
public string UserName { get; set; }
}
}