mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-02 04:12:53 +01:00
update sync objects
This commit is contained in:
@@ -238,6 +238,9 @@ namespace MediaBrowser.Api.Session
|
||||
|
||||
[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 = "SupportsDeviceId", Description = "Determines whether the device supports a unique identifier.", IsRequired = false, DataType = "bool", ParameterType = "query", Verb = "POST")]
|
||||
public bool SupportsDeviceId { get; set; }
|
||||
}
|
||||
|
||||
[Route("/Sessions/Logout", "POST", Summary = "Reports that a session has ended")]
|
||||
@@ -516,7 +519,9 @@ namespace MediaBrowser.Api.Session
|
||||
|
||||
MessageCallbackUrl = request.MessageCallbackUrl,
|
||||
|
||||
SupportsContentUploading = request.SupportsContentUploading
|
||||
SupportsContentUploading = request.SupportsContentUploading,
|
||||
|
||||
SupportsDeviceId = request.SupportsDeviceId
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user