Fix typo in handling 'controls' param

pull/466/head
Omar Roth 6 years ago
parent c728214af7
commit b82fb58dc4

@ -851,7 +851,7 @@ def process_video_params(query, preferences)
controls = query["controls"]?.try &.to_i?
controls ||= 1
controls = controls == 1
controls = controls >= 1
params = {
autoplay: autoplay,

Loading…
Cancel
Save