mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-22 09:25:32 +00:00
Clean useless database arguments (4/5)
This commit is contained in:
@@ -793,7 +793,7 @@ post "/data_control" do |env|
|
||||
next if !video_id
|
||||
|
||||
begin
|
||||
video = get_video(video_id, PG_DB)
|
||||
video = get_video(video_id)
|
||||
rescue ex
|
||||
next
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user