Remove firebase and empty resource config file

This commit is contained in:
Bond_009
2019-01-03 19:51:18 +01:00
parent 86275bcc55
commit db62648510
7 changed files with 12 additions and 286 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; }
@@ -30,4 +27,4 @@ namespace MediaBrowser.Model.Session
SupportsPersistentIdentifier = true;
}
}
}
}