mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-19 23:19:30 +08:00
downloader属性不再为可选, 使组件具有初始值
This commit is contained in:
@@ -73,7 +73,7 @@ export interface Subscribe {
|
||||
// 过滤规则组
|
||||
filter_groups?: string[]
|
||||
// 下载器
|
||||
downloader?: string
|
||||
downloader: string
|
||||
}
|
||||
|
||||
// 订阅分享
|
||||
@@ -390,7 +390,7 @@ export interface Site {
|
||||
// RSS地址
|
||||
rss?: string
|
||||
// 下载器
|
||||
downloader?: string
|
||||
downloader: string
|
||||
// Cookie
|
||||
cookie?: string
|
||||
// ApiKey
|
||||
|
||||
Reference in New Issue
Block a user