mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-28 16:37:25 +00:00
fixing "end" misplacement
This commit is contained in:
parent
1aa154b978
commit
9f846127ae
@ -124,7 +124,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…
Reference in New Issue
Block a user