mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 16:51:56 +01:00
Ameba: Fix Style/WhileTrue
This commit is contained in:
parent
e319c35f09
commit
22b35c453e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue