Fix typo in video params

このコミットが含まれているのは:
Omar Roth 2018-08-30 21:04:41 -05:00
コミット 4022670cb1
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -534,7 +534,7 @@ def process_video_params(query, preferences)
end
video_start ||= 0
if query["time_continue"]?
video_start = decode_time(query["t"])
video_start = decode_time(query["time_continue"])
end
video_start ||= 0
if query["start"]?