mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00: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
|
||||
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"]?
|
||||
|
|
Loading…
Reference in a new issue