mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-11 15:32:47 +08:00
add path mapping
This commit is contained in:
@@ -1084,6 +1084,8 @@ export interface DownloaderConf {
|
||||
config: { [key: string]: any }
|
||||
// 是否启用
|
||||
enabled: boolean
|
||||
// 路径映射
|
||||
path_mapping?: Array<[src: string, dst: string]>
|
||||
}
|
||||
|
||||
// 通知配置
|
||||
|
||||
Reference in New Issue
Block a user