mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-22 08:49:47 +08:00
避免飞牛媒体库的图片地址携带敏感数据
This commit is contained in:
@@ -992,8 +992,8 @@ export interface MediaServerPlayItem {
|
||||
percent?: number
|
||||
// 媒体服务器类型
|
||||
server_type?: string
|
||||
// 飞牛的图片需要Cookies
|
||||
cookies?: string
|
||||
// 图片是否需要Cookies
|
||||
cookies?: boolean
|
||||
}
|
||||
|
||||
// 媒体服务器媒体库
|
||||
@@ -1016,8 +1016,8 @@ export interface MediaServerLibrary {
|
||||
link?: string
|
||||
// 媒体服务器类型
|
||||
server_type?: string
|
||||
// 飞牛的图片需要Cookies
|
||||
cookies?: string
|
||||
// 图片是否需要Cookies
|
||||
cookies?: boolean
|
||||
}
|
||||
|
||||
// 消息通知
|
||||
|
||||
Reference in New Issue
Block a user