diff options
| author | Anthony Lavado <anthonylavado@users.noreply.github.com> | 2019-01-05 23:06:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-05 23:06:08 +0000 |
| commit | f2fedb9f34ab290d06201663b70a5ff81757fcb3 (patch) | |
| tree | f769165f387625ccc7aae035c9563503ccce44e0 /MediaBrowser.Model/Session/ClientCapabilities.cs | |
| parent | af6c4279eecb7b75334a58ecf8a3b9ceacbd9835 (diff) | |
| parent | db62648510dbe1aa6adda3c88a7560615daa5188 (diff) | |
Merge pull request #383 from Bond-009/unused
Remove firebase and empty resource config file
Diffstat (limited to 'MediaBrowser.Model/Session/ClientCapabilities.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/ClientCapabilities.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Session/ClientCapabilities.cs b/MediaBrowser.Model/Session/ClientCapabilities.cs index ded4c0e84..0682ac35e 100644 --- a/MediaBrowser.Model/Session/ClientCapabilities.cs +++ b/MediaBrowser.Model/Session/ClientCapabilities.cs @@ -1,5 +1,4 @@ using MediaBrowser.Model.Dlna; -using System; namespace MediaBrowser.Model.Session { @@ -12,8 +11,6 @@ namespace MediaBrowser.Model.Session public bool SupportsMediaControl { get; set; } public bool SupportsContentUploading { get; set; } public string MessageCallbackUrl { get; set; } - public string PushToken { get; set; } - public string PushTokenType { get; set; } public bool SupportsPersistentIdentifier { get; set; } public bool SupportsSync { get; set; } |
