mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 07:54:11 +02:00
refactor download client class
This commit is contained in:
5
backend/src/dowloadClients/config.py
Normal file
5
backend/src/dowloadClients/config.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pydantic_settings import BaseSettings
|
||||
|
||||
|
||||
class DownloadClientConfig(BaseSettings):
|
||||
download_client: str = "qbit"
|
||||
Reference in New Issue
Block a user