fix: use null for empty episode group selection

This commit is contained in:
jxxghp
2026-05-25 05:33:26 +08:00
parent c6981e9955
commit 1674f15d7c
2 changed files with 15 additions and 8 deletions

View File

@@ -1322,7 +1322,7 @@ export interface TransferForm {
// 媒体库类别子目录
library_category_folder?: boolean
// 剧集组编号
episode_group?: string
episode_group?: string | null
// 预览模式
preview?: boolean
}