mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
more sync movement
This commit is contained in:
@@ -13,13 +13,14 @@ namespace MediaBrowser.Model.Session
|
||||
public string MessageCallbackUrl { get; set; }
|
||||
|
||||
public bool SupportsContentUploading { get; set; }
|
||||
public bool SupportsDeviceId { get; set; }
|
||||
public bool SupportsUniqueIdentifier { get; set; }
|
||||
public bool SupportsSync { get; set; }
|
||||
|
||||
public ClientCapabilities()
|
||||
{
|
||||
PlayableMediaTypes = new List<string>();
|
||||
SupportedCommands = new List<string>();
|
||||
SupportsDeviceId = true;
|
||||
SupportsUniqueIdentifier = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user