You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what was done in FreeTube and may be adapted for Crystal (I'm not familiar with the storyboard parsing in the Invidious code base) FreeTubeApp/FreeTube#3128
constnumberOfSubImagesPerImage=storyboard.columns*storyboard.rows// the number of storyboard imagesconstnumberOfImages=Math.ceil(storyboard.thumbnail_count/numberOfSubImagesPerImage)letintervalInSecondsif(storyboard.interval>0){intervalInSeconds=storyboard.interval/1000}else{intervalInSeconds=videoLengthSeconds/(numberOfImages*numberOfSubImagesPerImage)}
Describe the bug
/videos/:id consistently returns storyboards where the first one has
interval
set to zero, and the link to the image does not workSteps to Reproduce
/api/v1/videos/UhbixyxgsiU
"interval":0 and link does not work
The text was updated successfully, but these errors were encountered: