mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-30 20:54:58 +08:00
fix(types): next_run 改为可选,适配手动任务无排期场景
This commit is contained in:
+1
-1
@@ -1480,7 +1480,7 @@ export interface ScheduleInfo {
|
||||
// 多语言状态
|
||||
status_i18n?: string
|
||||
// 下次运行时间
|
||||
next_run: string
|
||||
next_run?: string
|
||||
// 多语言下次运行时间
|
||||
next_run_i18n?: string
|
||||
// 当前完成百分比
|
||||
|
||||
Reference in New Issue
Block a user