From 65bb1f5ebb2b0436c9011a7e914f2564d49f9669 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 9 May 2025 00:50:26 -0400 Subject: [PATCH] chore: remove unused config options --- src/invidious/config.cr | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/invidious/config.cr b/src/invidious/config.cr index 01f03d4f..fd09b4b6 100644 --- a/src/invidious/config.cr +++ b/src/invidious/config.cr @@ -213,12 +213,6 @@ class Config # The max resolution the Instance can offer property max_dash_resolution : Int32? - # List of names of the backends - property backends : Array(String) = [] of String - # Character used to separate the backend number from the description/note - # of the backend - property backends_delimiter : String = "|" - property pubsub_domain : String = "" property server_id_cookie_name : String = "COMPANION_ID"