Merge pull request #288 from wikrin/v2

This commit is contained in:
jxxghp
2025-01-18 07:08:48 +08:00
committed by GitHub

View File

@@ -68,6 +68,7 @@ const dialogTitle = computed(() => {
// 禁用指定集数
const disableEpisodeDetail = computed(() => {
if (props.items) {
if (transferForm.episode_format) return false
return !(props.items.length === 1 && props.items[0].type !== 'dir')
}
})