style: Update styles.scss and types.ts to include config property in DownloaderConf and MediaServerConf

This commit is contained in:
jxxghp
2024-08-11 15:09:56 +08:00
parent 235eb82c45
commit 8bd0f7a589
7 changed files with 428 additions and 97 deletions

View File

@@ -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
// 同步媒体体库列表