mirror of
https://github.com/Viren070/MediaFusion.git
synced 2025-12-01 23:21:11 +01:00
Disable sync debrid cache by default
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user