mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-19 06:30:35 +08:00
fix: 移除集数定位规则删除确认
This commit is contained in:
@@ -216,9 +216,7 @@ async function saveEpisodeFormatRules() {
|
||||
|
||||
// 删除集数定位规则
|
||||
function deleteEpisodeRule(index: number) {
|
||||
if (confirm(t('setting.words.episodeFormatRuleDeleteConfirm'))) {
|
||||
episodeFormatRules.value.splice(index, 1)
|
||||
}
|
||||
episodeFormatRules.value.splice(index, 1)
|
||||
}
|
||||
|
||||
// 拖拽结束
|
||||
|
||||
Reference in New Issue
Block a user