mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
update sync scripts
This commit is contained in:
@@ -237,9 +237,6 @@ namespace MediaBrowser.Api.Session
|
||||
[ApiMember(Name = "SupportsMediaControl", Description = "Determines whether media can be played remotely.", IsRequired = false, DataType = "bool", ParameterType = "query", Verb = "POST")]
|
||||
public bool SupportsMediaControl { get; set; }
|
||||
|
||||
[ApiMember(Name = "SupportsContentUploading", Description = "Determines whether camera upload is supported.", IsRequired = false, DataType = "bool", ParameterType = "query", Verb = "POST")]
|
||||
public bool SupportsContentUploading { get; set; }
|
||||
|
||||
[ApiMember(Name = "SupportsSync", Description = "Determines whether sync is supported.", IsRequired = false, DataType = "bool", ParameterType = "query", Verb = "POST")]
|
||||
public bool SupportsSync { get; set; }
|
||||
|
||||
@@ -560,8 +557,6 @@ namespace MediaBrowser.Api.Session
|
||||
|
||||
MessageCallbackUrl = request.MessageCallbackUrl,
|
||||
|
||||
SupportsContentUploading = request.SupportsContentUploading,
|
||||
|
||||
SupportsSync = request.SupportsSync,
|
||||
|
||||
SupportsPersistentIdentifier = request.SupportsPersistentIdentifier
|
||||
|
||||
Reference in New Issue
Block a user