kopia lustrzana https://github.com/iv-org/invidious
Use break instead of short-circuit return
rodzic
23049e026f
commit
26b28cea49
|
@ -558,7 +558,7 @@ def extract_items(initial_data : Hash(String, JSON::Any), author_fallback : Stri
|
|||
end
|
||||
end
|
||||
|
||||
return items
|
||||
break
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue