Storyboards: Fix broken first storyboard

This commit is contained in:
Samantaz Fox
2023-10-08 20:36:32 +02:00
parent da3d58f03c
commit 7b50388eaf
2 changed files with 11 additions and 4 deletions

View File

@@ -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