mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 14:36:24 -04:00
Fix typo
This commit is contained in:
parent
b3f9059452
commit
bdaa8a06fd
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ def process_video_params(query, preferences)
|
||||||
video_start = decode_time(query["t"])
|
video_start = decode_time(query["t"])
|
||||||
end
|
end
|
||||||
video_start ||= 0
|
video_start ||= 0
|
||||||
if query["time_continu"]?
|
if query["time_continue"]?
|
||||||
video_start = decode_time(query["t"])
|
video_start = decode_time(query["t"])
|
||||||
end
|
end
|
||||||
video_start ||= 0
|
video_start ||= 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue