mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-01-31 10:16:32 +00:00
Clean useless database arguments (4/5)
This commit is contained in:
@@ -245,7 +245,7 @@ module Invidious::Routes::API::V1::Authenticated
|
||||
end
|
||||
|
||||
begin
|
||||
video = get_video(video_id, PG_DB)
|
||||
video = get_video(video_id)
|
||||
rescue ex
|
||||
return error_json(500, ex)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user