Resolved issue with Song record being deleted after updating the metadata records. #37

This commit is contained in:
amazing-username
2019-05-20 00:56:51 -04:00
parent c9e8e2c6da
commit ada7939866
5 changed files with 51 additions and 19 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ namespace Icarus.Controllers
[HttpPut("{id}")]
[Authorize("update:songs")]
//[Authorize("update:songs")]
public IActionResult Put(int id, [FromBody] Song song)
{
MusicStoreContext context = HttpContext