Views: Add "Watch on Materialious" link on videos.

This commit is contained in:
Fijxu
2024-06-28 18:17:04 -04:00
parent b0cd6587bd
commit ddfb8e7d93
4 changed files with 19 additions and 0 deletions

View File

@@ -153,6 +153,9 @@ class Config
# Playlist length limit
property playlist_length_limit : Int32 = 500
# Materialious redirects
property materialious_domain : String?
def disabled?(option)
case disabled = CONFIG.disable_proxy
when Bool