Merge pull request #1976 from MediaBrowser/dev

Dev
This commit is contained in:
Luke 2016-07-23 16:02:15 -04:00 committed by GitHub
commit 7a3c6cab08
2 changed files with 5 additions and 4 deletions

View File

@ -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")]
@ -89,4 +87,4 @@ namespace MediaBrowser.Api.Dlna
_dlnaManager.CreateProfile(request); _dlnaManager.CreateProfile(request);
} }
} }
} }

View File

@ -125,6 +125,9 @@
<Content Include="dashboard-ui\components\filterdialog\style.css"> <Content Include="dashboard-ui\components\filterdialog\style.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="dashboard-ui\components\groupedcards.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\components\guestinviter\connectlink.js"> <Content Include="dashboard-ui\components\guestinviter\connectlink.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>