Skip to content

Commit

Permalink
#36 AiStoryのときは著者をAIとする
Browse files Browse the repository at this point in the history
  • Loading branch information
miyaji255 committed Apr 28, 2024
1 parent 4973b04 commit ee1ebad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Epub/KoeBook.Epub/Services/AiStoryAnalyzerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public partial class AiStoryAnalyzerService(ISplitBraceService splitBraceService

public EpubDocument CreateEpubDocument(AiStory aiStory, Guid id)
{
return new EpubDocument(aiStory.Title, "", "", id)
return new EpubDocument(aiStory.Title, "AI", "", id)
{
Chapters = [new Chapter()
{
Expand Down

0 comments on commit ee1ebad

Please sign in to comment.