sync updates

This commit is contained in:
Luke Pulverenti
2015-01-30 00:18:32 -05:00
parent a6145e54d9
commit 792e4c4f1b
81 changed files with 505 additions and 147 deletions

View File

@@ -0,0 +1,9 @@

namespace MediaBrowser.Model.ApiClient
{
public class ServerUserInfo
{
public string Id { get; set; }
public bool IsOffline { get; set; }
}
}