mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-01-31 12:06:28 +00:00
Remove useless arguments from playlist-related functions
This commit is contained in:
@@ -125,7 +125,7 @@ module Invidious::Routes::API::V1::Authenticated
|
||||
JSON.build do |json|
|
||||
json.array do
|
||||
playlists.each do |playlist|
|
||||
playlist.to_json(0, locale, json)
|
||||
playlist.to_json(0, json)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user