Compare commits

...

1 Commits

Author SHA1 Message Date
TheFrenchGhosty
17e8fd416d CI TEST 2026-08-08 03:27:31 +02:00

View File

@@ -38,7 +38,7 @@ struct Video
# Methods for API v1 JSON
def to_json(locale : String?, json : JSON::Builder)
Invidious::JSONify::APIv1.video(self, json, locale: locale)
Invidious::JSONify::APIv1(self, json, locale: locale)
end
# TODO: remove the locale and follow the crystal convention