Feat: backend supports with cookies

This commit is contained in:
Fijxu
2024-09-15 14:42:06 -03:00
parent 8f46bd5751
commit 33ffafb9e3
5 changed files with 46 additions and 0 deletions

View File

@@ -167,6 +167,9 @@ 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
# Materialious redirects
property materialious_domain : String?