修改国际化 和 scp 缩略图日志
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-29 16:24:34 +08:00
parent 4f5d89732d
commit 3b92aaf61c
3 changed files with 47 additions and 104 deletions
+4
View File
@@ -331,6 +331,10 @@ namespace IRaCIS.Core.SCP.Service
}
}
else
{
Log.Logger.Information($"ImageResizePath:{series.ImageResizePath} and series is null:{series == null} ");
}
await _seriesRepository.SaveChangesAsync();
}