Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Fijxu
2024-08-24 15:56:36 -04:00
23 changed files with 635 additions and 252 deletions

View File

@@ -135,7 +135,7 @@ module Invidious::Routes::VideoPlayback
end
# TODO: Record bytes written so we can restart after a chunk fails
while true
loop do
if !range_end && content_length
range_end = content_length
end