Closed liqMix closed 11 months ago
Swaps out io.Copy with http.ServeContent to allow serving partial content which fixes video scrubbing in Chrome. Also removes the accept type as I found it to be annoying to manually select any when prompted with Windows' file picker.
io.Copy
http.ServeContent
accept
any
Swaps out
io.Copy
withhttp.ServeContent
to allow serving partial content which fixes video scrubbing in Chrome. Also removes theaccept
type as I found it to be annoying to manually selectany
when prompted with Windows' file picker.