mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-21 22:40:54 -04:00
fix merge conflicts
This commit is contained in:
parent
352ff3b212
commit
d661f690f5
@ -34,8 +34,6 @@ namespace MediaBrowser.Api.Dlna
|
|||||||
[Route("/Dlna/Profiles/{Id}", "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 = "Id", Description = "Profile Id", IsRequired = true, DataType = "string", ParameterType = "path", Verb = "GET")]
|
|
||||||
public string Id { get; set; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[Route("/Dlna/Profiles", "POST", Summary = "Creates a profile")]
|
[Route("/Dlna/Profiles", "POST", Summary = "Creates a profile")]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
//[assembly: AssemblyVersion("3.1.*")]
|
//[assembly: AssemblyVersion("3.1.*")]
|
||||||
[assembly: AssemblyVersion("3.0.5991")]
|
[assembly: AssemblyVersion("3.1.75")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user