This commit is contained in:
Attente
2025-01-18 02:54:27 +08:00
parent 8071b90a2b
commit 1d59b3566c
@@ -68,6 +68,7 @@ const dialogTitle = computed(() => {
// 禁用指定集数 // 禁用指定集数
const disableEpisodeDetail = computed(() => { const disableEpisodeDetail = computed(() => {
if (props.items) { if (props.items) {
if (transferForm.episode_format) return false
return !(props.items.length === 1 && props.items[0].type !== 'dir') return !(props.items.length === 1 && props.items[0].type !== 'dir')
} }
}) })