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
@@ -60,7 +60,7 @@ namespace Icarus.Controllers
}
[HttpPost]
[Authorize("upload:songs")]
//[Authorize("upload:songs")]
public async Task Post([FromForm(Name = "file")] List<IFormFile> songData)
{
try