From 0b333f2d6384f0bc33f9126f314164c91b59850b Mon Sep 17 00:00:00 2001 From: aiueo-1234 <130837816+aiueo-1234@users.noreply.github.com> Date: Fri, 3 May 2024 00:54:09 +0900 Subject: [PATCH] =?UTF-8?q?#51=20=E3=82=AB=E3=83=90=E3=83=BC=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=AE=E3=83=91=E3=82=B9=E4=BB=A3?= =?UTF-8?q?=E5=85=A5=E5=BF=98=E3=82=8C=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Epub/KoeBook.Epub/Services/AnalyzerService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Epub/KoeBook.Epub/Services/AnalyzerService.cs b/Epub/KoeBook.Epub/Services/AnalyzerService.cs index a61f9b6..0f44093 100644 --- a/Epub/KoeBook.Epub/Services/AnalyzerService.cs +++ b/Epub/KoeBook.Epub/Services/AnalyzerService.cs @@ -45,6 +45,7 @@ public async ValueTask AnalyzeAsync(BookProperties bookProperties, } _createCoverFileService.Create(document.Title, document.Author, coverFilePath); + document.CoverFilePath = coverFilePath; } catch (EbookException) { throw; } catch (Exception ex)