mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
Merge pull request #383 from Bond-009/unused
Remove firebase and empty resource config file
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user