remove unused config properties
Some checks failed
Invidious CI / build (push) Failing after 19s

This commit is contained in:
Fijxu 2024-12-14 15:06:34 -03:00
parent 79859100a8
commit a63300e284
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -106,9 +106,6 @@ class Config
property materialious_domain : String? property materialious_domain : String?
# Alternative domains. You can add other domains, like TOR and I2P addresses # Alternative domains. You can add other domains, like TOR and I2P addresses
property alternative_domains : Array(String) = [] of String property alternative_domains : Array(String) = [] of String
property donation_url : String?
property contact_url : String?
property home_domain : String?
# Subscribe to channels using PubSubHubbub (requires domain, hmac_key) # Subscribe to channels using PubSubHubbub (requires domain, hmac_key)
property use_pubsub_feeds : Bool | Int32 = false property use_pubsub_feeds : Bool | Int32 = false