Updated more models

This commit is contained in:
phoenix
2025-04-03 20:01:18 -04:00
parent 725eab7e7f
commit a091f8c9f9
16 changed files with 71 additions and 16 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ public class ArtistController : BaseController
}
[HttpGet("{id}")]
public IActionResult GetArtist(int id)
public IActionResult GetArtist(Guid id)
{
Artist artist = new Artist { Id = id };