diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-10 02:16:15 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-10 02:16:15 -0500 |
| commit | 0c2489059d80fd5d56fc0c894cfe6e784fc685fa (patch) | |
| tree | 8596318ce658eee1870640bacb92e0171d9bac74 /MediaBrowser.Model/Session/ClientCapabilities.cs | |
| parent | e936f49518bcd6e28d44600d58205fee9c1e21fd (diff) | |
update sync scripts
Diffstat (limited to 'MediaBrowser.Model/Session/ClientCapabilities.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/ClientCapabilities.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Session/ClientCapabilities.cs b/MediaBrowser.Model/Session/ClientCapabilities.cs index f00b14545..d5e54ae11 100644 --- a/MediaBrowser.Model/Session/ClientCapabilities.cs +++ b/MediaBrowser.Model/Session/ClientCapabilities.cs @@ -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; } |
