Index: ChapterX.Application/Story/Commands/UpdateHandler.cs
===================================================================
--- ChapterX.Application/Story/Commands/UpdateHandler.cs	(revision b373fea3e2c9d404606002f8e7ba265a82d68187)
+++ ChapterX.Application/Story/Commands/UpdateHandler.cs	(revision a8f4a2de5e875427a864aef1aa2ca9b7905549cc)
@@ -26,4 +26,5 @@
 
             story.MatureContent = request.MatureContent;
+            story.Title = request.Title;
             story.ShortDescription = request.ShortDescription;
             story.Image = request.Image;
