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

@@ -16,6 +16,7 @@ namespace MediaBrowser.Model.Session
public bool SupportsContentUploading { get; set; }
public bool SupportsPersistentIdentifier { get; set; }
public bool SupportsSync { get; set; }
public bool SupportsOfflineAccess { get; set; }
public DeviceProfile DeviceProfile { get; set; }