mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-16 20:57:34 +08:00
style: Update styles.scss and types.ts to include config property in DownloaderConf and MediaServerConf
This commit is contained in:
@@ -858,7 +858,7 @@ export interface DownloaderConf {
|
||||
// 是否默认
|
||||
default: boolean
|
||||
// 配置
|
||||
config?: { [key: string]: any }
|
||||
config: { [key: string]: any }
|
||||
// 是否启用
|
||||
enabled: boolean
|
||||
}
|
||||
@@ -902,7 +902,7 @@ export interface MediaServerConf {
|
||||
// 类型 emby/jellyfin/plex
|
||||
type: string
|
||||
// 配置
|
||||
config?: { [key: string]: any }
|
||||
config: { [key: string]: any }
|
||||
// 是否启用
|
||||
enabled: boolean
|
||||
// 同步媒体体库列表
|
||||
|
||||
Reference in New Issue
Block a user