mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-22 03:09:04 -05:00
fixing "end" misplacement
This commit is contained in:
parent
bf4c63aad6
commit
1d6ca9299d
@ -132,7 +132,6 @@ def extract_video_info(video_id : String)
|
||||
params.delete("reason")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
{"captions", "playabilityStatus", "playerConfig", "storyboards", "invidiousCompanion"}.each do |f|
|
||||
params[f] = player_response[f] if player_response[f]?
|
||||
|
Loading…
x
Reference in New Issue
Block a user