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 commit short-circuits the following check added in the previous commit (d8fcff5) [1]:
```
if video_duration and video_duration ~= nil then
video_duration = tonumber(video_duration)
else
video_duration = 0
end
```
[1] gsbabil@d8fcff5
0 commit comments