mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-02-15 13:06:26 +00:00
Storyboards: Fix broken first storyboard
This commit is contained in:
@@ -178,7 +178,7 @@ struct Video
|
||||
|
||||
def storyboards
|
||||
container = info.dig?("storyboards") || JSON::Any.new("{}")
|
||||
return IV::Videos::Storyboard.from_yt_json(container)
|
||||
return IV::Videos::Storyboard.from_yt_json(container, self.length_seconds)
|
||||
end
|
||||
|
||||
def paid
|
||||
|
||||
Reference in New Issue
Block a user