Skip to content

Commit

Permalink
#51 カバーファイルのパス代入忘れの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
aiueo-1234 committed May 2, 2024
1 parent acccb50 commit 0b333f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Epub/KoeBook.Epub/Services/AnalyzerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public async ValueTask<BookScripts> AnalyzeAsync(BookProperties bookProperties,
}

_createCoverFileService.Create(document.Title, document.Author, coverFilePath);
document.CoverFilePath = coverFilePath;
}
catch (EbookException) { throw; }
catch (Exception ex)
Expand Down

0 comments on commit 0b333f2

Please sign in to comment.