Merge pull request #383 from Bond-009/unused

Remove firebase and empty resource config file
This commit is contained in:
Anthony Lavado
2019-01-05 23:06:08 +00:00
committed by GitHub
7 changed files with 11 additions and 285 deletions

View File

@@ -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; }