From 8c94e17c1495c78a57a6adaf6813fd40ede923f9 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 29 Jul 2024 16:33:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRC.Core.SCP/Service/CStoreSCPService.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/IRC.Core.SCP/Service/CStoreSCPService.cs b/IRC.Core.SCP/Service/CStoreSCPService.cs index fa73a773b..539e24b36 100644 --- a/IRC.Core.SCP/Service/CStoreSCPService.cs +++ b/IRC.Core.SCP/Service/CStoreSCPService.cs @@ -332,10 +332,7 @@ namespace IRaCIS.Core.SCP.Service } } - else - { - Log.Logger.Information($"ImageResizePath:{series.ImageResizePath} and series is null:{series == null} "); - } + await _seriesRepository.SaveChangesAsync(); }