mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
fix type
This commit is contained in:
@@ -924,3 +924,14 @@ export interface FileItem {
|
|||||||
children: FileItem[]
|
children: FileItem[]
|
||||||
modify_time: number
|
modify_time: number
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 媒体服务器播放条目
|
||||||
|
export interface MediaServerPlayItem {
|
||||||
|
id?: string | number
|
||||||
|
title: string
|
||||||
|
subtitle?: string
|
||||||
|
type?: string
|
||||||
|
image?: string
|
||||||
|
link?: string
|
||||||
|
percent?: number
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user