mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-01-27 09:11:15 +00:00
Clean useless database arguments (4/5)
This commit is contained in:
@@ -345,7 +345,7 @@ module Invidious::Routes::Playlists
|
||||
video_id = env.params.query["video_id"]
|
||||
|
||||
begin
|
||||
video = get_video(video_id, PG_DB)
|
||||
video = get_video(video_id)
|
||||
rescue ex
|
||||
if redirect
|
||||
return error_template(500, ex)
|
||||
|
||||
Reference in New Issue
Block a user