mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-30 19:41:38 +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