Ameba: Fix Style/WhileTrue

This commit is contained in:
syeopite 2024-07-25 20:12:17 -07:00
parent e319c35f09
commit 22b35c453e
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

View File

@ -131,7 +131,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