mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
restore grouped card click handler
This commit is contained in:
parent
61d0795c84
commit
faa425003f
@ -31,11 +31,9 @@ namespace MediaBrowser.Api.Dlna
|
|||||||
public string Id { get; set; }
|
public string Id { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
[Route("/Dlna/Profiles/{ProfileId}", "POST", Summary = "Updates a profile")]
|
[Route("/Dlna/Profiles/{Id}", "POST", Summary = "Updates a profile")]
|
||||||
public class UpdateProfile : DeviceProfile, IReturnVoid
|
public class UpdateProfile : DeviceProfile, IReturnVoid
|
||||||
{
|
{
|
||||||
[ApiMember(Name = "ProfileId", Description = "Profile Id", IsRequired = true, DataType = "string", ParameterType = "path", Verb = "GET")]
|
|
||||||
public string ProfileId { get; set; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[Route("/Dlna/Profiles", "POST", Summary = "Creates a profile")]
|
[Route("/Dlna/Profiles", "POST", Summary = "Creates a profile")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user