From 24e66231dfd3d867deafc8d01e4180246004a785 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Thu, 6 Mar 2025 20:24:07 -0300 Subject: [PATCH] chore: remove extra function call in check_backends --- src/invidious/helpers/backend_info.cr | 1 - 1 file changed, 1 deletion(-) diff --git a/src/invidious/helpers/backend_info.cr b/src/invidious/helpers/backend_info.cr index f982550b..35130f3c 100644 --- a/src/invidious/helpers/backend_info.cr +++ b/src/invidious/helpers/backend_info.cr @@ -4,7 +4,6 @@ module BackendInfo @@status : Int32 = 0 def check_backends - check_videoplayback_proxy() check_companion() end