Saving changes

This commit is contained in:
phoenix
2025-04-03 20:35:02 -04:00
parent a091f8c9f9
commit 60b07a7065
17 changed files with 38 additions and 30 deletions
@@ -37,7 +37,7 @@ public class SongCompressedDataController : BaseController
#region API Routes
[HttpGet("{id}")]
public async Task<IActionResult> DownloadCompressedSong(int id, [FromQuery] bool? randomizeFilename)
public async Task<IActionResult> DownloadCompressedSong(Guid id, [FromQuery] bool? randomizeFilename)
{
var context = new SongContext(_connectionString!);