This commit is contained in:
景大侠
2025-11-05 15:26:34 +08:00
parent ebdd036654
commit 2597f893cd
4 changed files with 16 additions and 16 deletions

View File

@@ -993,7 +993,7 @@ export interface MediaServerPlayItem {
// 媒体服务器类型
server_type?: string
// 图片是否需要Cookies
cookies?: boolean
use_cookies?: boolean
}
// 媒体服务器媒体库
@@ -1017,7 +1017,7 @@ export interface MediaServerLibrary {
// 媒体服务器类型
server_type?: string
// 图片是否需要Cookies
cookies?: boolean
use_cookies?: boolean
}
// 消息通知