mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-02 22:31:07 +08:00
fix 飞牛影视无法显示图片
图片接口增加Cookies参数
This commit is contained in:
@@ -992,6 +992,8 @@ export interface MediaServerPlayItem {
|
||||
percent?: number
|
||||
// 媒体服务器类型
|
||||
server_type?: string
|
||||
// 飞牛的图片需要Cookies
|
||||
cookies?: string
|
||||
}
|
||||
|
||||
// 媒体服务器媒体库
|
||||
@@ -1014,6 +1016,8 @@ export interface MediaServerLibrary {
|
||||
link?: string
|
||||
// 媒体服务器类型
|
||||
server_type?: string
|
||||
// 飞牛的图片需要Cookies
|
||||
cookies?: string
|
||||
}
|
||||
|
||||
// 消息通知
|
||||
|
||||
Reference in New Issue
Block a user