更新 IChineseNfoRegistry 和 ChineseNfoRegistry 类中的 Job 方法,将 tmdbId 参数更改为 path,并在 JobExecute 方法中增加路径、季号和集号的验证逻辑,改进日志记录以增强错误处理。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 17s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s

This commit is contained in:
孙诚
2025-04-17 19:00:56 +08:00
parent 25ace6703f
commit 6773efb842
3 changed files with 52 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ namespace Interface.Jobs;
public interface IChineseNfoRegistry
{
void Job(
string? tmdbId = null,
string? path = null,
string? seasonNumber = null,
string? episodeNumber = null,
bool ignoreLocked = false,