mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-28 04:51:54 +00:00
Update to use SupportsMediaControl
This commit is contained in:
@@ -20,11 +20,6 @@ namespace MediaBrowser.Model.Session
|
||||
|
||||
public DeviceProfile DeviceProfile { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Usage should be migrated to SupportsPersistentIdentifier. Keeping this to preserve data.
|
||||
/// </summary>
|
||||
public bool? SupportsUniqueIdentifier { get; set; }
|
||||
|
||||
public ClientCapabilities()
|
||||
{
|
||||
PlayableMediaTypes = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user