mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
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; }
|
||||
@@ -30,4 +27,4 @@ namespace MediaBrowser.Model.Session
|
||||
SupportsPersistentIdentifier = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user