mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
This commit is contained in:
@@ -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')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user