mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-20 18:08:54 +00:00
Also fix 'to_json' in struct Video
This commit is contained in:
@@ -16,7 +16,7 @@ module Invidious::Routes::API::V1::Videos
|
||||
return error_json(500, ex)
|
||||
end
|
||||
|
||||
video.to_json(locale)
|
||||
video.to_json(locale, nil)
|
||||
end
|
||||
|
||||
def self.captions(env)
|
||||
|
||||
Reference in New Issue
Block a user