move user image into profile settings
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace MediaBrowser.Model.Connect
|
||||
{
|
||||
public class ConnectUserServer
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Url { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string AccessKey { get; set; }
|
||||
public string SystemId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user