fix: avoid double episode offset in manual transfer

This commit is contained in:
jxxghp
2026-05-17 08:59:17 +08:00
parent 7b97e2039f
commit 092666f9d2
3 changed files with 59 additions and 19 deletions

View File

@@ -2245,6 +2245,10 @@ class TransferChain(ChainBase, ConfigReloadMixin, metaclass=Singleton):
)
if not built_meta:
return None
if not meta:
# _build_path_meta 已经应用过手动季集/自定义格式覆盖;
# 这里避免再次偏移集数,导致手动整理的集数偏移翻倍。
return built_meta
return _apply_meta_overrides(built_meta, source_path)
def _build_path_meta(