update sync scripts

This commit is contained in:
Luke Pulverenti
2016-12-10 02:16:15 -05:00
parent e936f49518
commit 0c2489059d
4 changed files with 0 additions and 19 deletions

View File

@@ -13,10 +13,8 @@ namespace MediaBrowser.Model.Session
public string MessageCallbackUrl { get; set; }
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; }
public List<string> SupportedLiveMediaTypes { get; set; }