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