Skip to content

Commit

Permalink
Refactor download_service attribute in settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LimeDrive committed Nov 1, 2024
1 parent 40fc045 commit a62c9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream_fusion/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Settings(BaseSettings):
)
)
use_https: bool = False
download_service: DebridService = DebridService.TB
download_service: DebridService | None = None
no_cache_video_language: NoCacheVideoLanguages = NoCacheVideoLanguages.FR

# PROXY
Expand Down

0 comments on commit a62c9c0

Please sign in to comment.