mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-10 23:11:47 +08:00
support path_mapping for downloader
This commit is contained in:
@@ -51,6 +51,8 @@ class DownloaderConf(BaseModel):
|
||||
config: Optional[dict] = Field(default_factory=dict)
|
||||
# 是否启用
|
||||
enabled: Optional[bool] = False
|
||||
# 路径映射
|
||||
path_mapping: Optional[list[tuple[str, str]]] = Field(default_factory=list)
|
||||
|
||||
|
||||
class NotificationConf(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user