1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s

This commit is contained in:
孙诚
2025-04-03 12:02:30 +08:00
parent 14e59b48f6
commit 8e3643faeb

View File

@@ -89,8 +89,6 @@ public class ChineseNfoRegistry : Registry, IChineseNfoRegistry
await SetTvInfo(tvShowFile, tvXml, tmdbId);
await Task.Delay(10000);
// 获取 tvShowFile 的文件夹
var folderPath = Path.GetDirectoryName(tvShowFile);
@@ -108,8 +106,6 @@ public class ChineseNfoRegistry : Registry, IChineseNfoRegistry
foreach (var episodeFile in seasonFiles)
{
await SetEpisodeInfo(episodeFile, tmdbId);
await Task.Delay(10000);
}
}
@@ -431,6 +427,9 @@ public class ChineseNfoRegistry : Registry, IChineseNfoRegistry
try
{
var response = await _client.GetAsync(requestUrl);
await Task.Delay(10000);
if (!response.IsSuccessStatusCode)
{
Console.WriteLine($"{requestUrl} & {path} & {response.StatusCode}");
@@ -460,6 +459,9 @@ public class ChineseNfoRegistry : Registry, IChineseNfoRegistry
try
{
var response = await _client.GetAsync(requestUrl);
await Task.Delay(10000);
if (!response.IsSuccessStatusCode)
{
Console.WriteLine($"{requestUrl} & {path} & {response.StatusCode}");