mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-22 00:39:43 +08:00
downloading
This commit is contained in:
@@ -154,3 +154,19 @@ export interface Site {
|
||||
// 是否启用
|
||||
is_active: boolean
|
||||
}
|
||||
|
||||
|
||||
// 正在下载
|
||||
export interface DownloadingInfo {
|
||||
hash?: string
|
||||
title?: string
|
||||
name?: string
|
||||
year?: string
|
||||
season_episode?: string
|
||||
size?: number
|
||||
progress?: number
|
||||
state?: string
|
||||
dlspeed?: string
|
||||
upspeed?: string
|
||||
media: {[key: string]: any}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user