From 17e8fd416d5f884f65fab76db79fb6ad9be7cb1f Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Sat, 8 Aug 2026 03:27:31 +0200 Subject: [PATCH] CI TEST --- src/invidious/videos.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/videos.cr b/src/invidious/videos.cr index ba947b2b..d1a7feef 100644 --- a/src/invidious/videos.cr +++ b/src/invidious/videos.cr @@ -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