aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services/TimelineService.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-02-03 18:18:45 +0800
committercrupest <crupest@outlook.com>2020-02-03 18:18:45 +0800
commitbe8cbe2c4ddf2076cc02bcb2feb1a70d30a4bda0 (patch)
tree28ef20f9dfe742008bb934f09b99d1d4719cabaa /Timeline/Services/TimelineService.cs
parent5f93daed17338abbcade5eaba8936acbc4955b56 (diff)
downloadtimeline-be8cbe2c4ddf2076cc02bcb2feb1a70d30a4bda0.tar.gz
timeline-be8cbe2c4ddf2076cc02bcb2feb1a70d30a4bda0.tar.bz2
timeline-be8cbe2c4ddf2076cc02bcb2feb1a70d30a4bda0.zip
Finish normal timeline development.
Diffstat (limited to 'Timeline/Services/TimelineService.cs')
-rw-r--r--Timeline/Services/TimelineService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/Services/TimelineService.cs b/Timeline/Services/TimelineService.cs
index 991669ad..6f9d437e 100644
--- a/Timeline/Services/TimelineService.cs
+++ b/Timeline/Services/TimelineService.cs
@@ -322,6 +322,7 @@ namespace Timeline.Services
return new TimelineInfo
{
+ Name = timelineEntity.Name,
Description = timelineEntity.Description ?? "",
Owner = owner,
Visibility = timelineEntity.Visibility,