更新 IChineseNfoRegistry 和 ChineseNfoRegistry 类中的 Job 方法,将 tmdbId 参数更改为 path,并在 JobExecute 方法中增加路径、季号和集号的验证逻辑,改进日志记录以增强错误处理。
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user