mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-17 10:08:30 +00:00
Fix lint
This commit is contained in:
parent
87c3c52c40
commit
045fdc7127
@ -19,7 +19,7 @@ module YouTubeStructs
|
|||||||
property badges : Array(Tuple(String, String))?
|
property badges : Array(Tuple(String, String))?
|
||||||
|
|
||||||
# Extracts all renderers out of the category's contents.
|
# Extracts all renderers out of the category's contents.
|
||||||
def extract_renderers()
|
def extract_renderers
|
||||||
target = [] of Renderer
|
target = [] of Renderer
|
||||||
|
|
||||||
@contents.each { |cate_i| target << cate_i if !cate_i.is_a? Video }
|
@contents.each { |cate_i| target << cate_i if !cate_i.is_a? Video }
|
||||||
|
Loading…
Reference in New Issue
Block a user