This commit is contained in:
@@ -62,7 +62,7 @@ namespace Astrocore.Api.Controllers
|
||||
}
|
||||
|
||||
var dfpwmBytes = await System.IO.File.ReadAllBytesAsync(dfpwmPath);
|
||||
return File(dfpwmBytes, "application/octet-stream", "tts.dfpwm");
|
||||
return File(dfpwmBytes, "application/octet-stream", $"{fileNameGuid}.dfpwm");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user