mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-22 22:41:02 -04:00
Fix typo in video params
This commit is contained in:
parent
7b135a6d0c
commit
4022670cb1
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ def process_video_params(query, preferences)
|
||||||
end
|
end
|
||||||
video_start ||= 0
|
video_start ||= 0
|
||||||
if query["time_continue"]?
|
if query["time_continue"]?
|
||||||
video_start = decode_time(query["t"])
|
video_start = decode_time(query["time_continue"])
|
||||||
end
|
end
|
||||||
video_start ||= 0
|
video_start ||= 0
|
||||||
if query["start"]?
|
if query["start"]?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue