Feat: Add resolution limit

This commit is contained in:
Fijxu
2024-09-15 01:06:33 -03:00
parent cae8cbdda8
commit 8f46bd5751
3 changed files with 25 additions and 0 deletions

View File

@@ -164,6 +164,9 @@ class Config
# Playlist length limit
property playlist_length_limit : Int32 = 500
# The max resolution the Instance can offer
property max_dash_resolution : Int32?
# Materialious redirects
property materialious_domain : String?