Disable sync debrid cache by default

This commit is contained in:
mhdzumair
2024-12-31 18:05:32 +05:30
parent 4119e0bde4
commit 808b8d1911
+1 -1
View File
@@ -77,7 +77,7 @@ class Settings(BaseSettings):
is_scrap_from_mediafusion: bool = False
mediafusion_search_interval_days: int = 3
mediafusion_url: str = "https://mediafusion.elfhosted.com"
sync_debrid_cache_streams: bool = True
sync_debrid_cache_streams: bool = False
# Zilean Settings
is_scrap_from_zilean: bool = False