Skip to content

Commit e3c2730

Browse files
committed
修复无法拖动播放器进度条
1 parent ff4e814 commit e3c2730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaiChartManager/Controllers/Music/CueConvertController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public async Task<ActionResult> GetMusicWav(int id, string assetDir)
2020
return NotFound();
2121
}
2222

23-
return PhysicalFile(cachePath, "audio/wav");
23+
return PhysicalFile(cachePath, "audio/wav", enableRangeProcessing: true);
2424
}
2525

2626
[HttpPut]

0 commit comments

Comments
 (0)