mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-22 00:39:43 +08:00
重构深度链接功能
This commit is contained in:
@@ -986,6 +986,8 @@ export interface MediaServerPlayItem {
|
||||
link?: string
|
||||
// 播放百分比
|
||||
percent?: number
|
||||
// 媒体服务器类型
|
||||
server_type?: string
|
||||
}
|
||||
|
||||
// 媒体服务器媒体库
|
||||
@@ -1006,6 +1008,8 @@ export interface MediaServerLibrary {
|
||||
image_list?: string[]
|
||||
// 链接
|
||||
link?: string
|
||||
// 媒体服务器类型
|
||||
server_type?: string
|
||||
}
|
||||
|
||||
// 消息通知
|
||||
|
||||
Reference in New Issue
Block a user