We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4e814 commit e3c2730Copy full SHA for e3c2730
MaiChartManager/Controllers/Music/CueConvertController.cs
@@ -20,7 +20,7 @@ public async Task<ActionResult> GetMusicWav(int id, string assetDir)
20
return NotFound();
21
}
22
23
- return PhysicalFile(cachePath, "audio/wav");
+ return PhysicalFile(cachePath, "audio/wav", enableRangeProcessing: true);
24
25
26
[HttpPut]
0 commit comments