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)