diff options
author | crupest <crupest@outlook.com> | 2020-02-03 18:18:45 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-02-03 18:18:45 +0800 |
commit | be8cbe2c4ddf2076cc02bcb2feb1a70d30a4bda0 (patch) | |
tree | 28ef20f9dfe742008bb934f09b99d1d4719cabaa /Timeline/Services | |
parent | 5f93daed17338abbcade5eaba8936acbc4955b56 (diff) | |
download | timeline-be8cbe2c4ddf2076cc02bcb2feb1a70d30a4bda0.tar.gz timeline-be8cbe2c4ddf2076cc02bcb2feb1a70d30a4bda0.tar.bz2 timeline-be8cbe2c4ddf2076cc02bcb2feb1a70d30a4bda0.zip |
Finish normal timeline development.
Diffstat (limited to 'Timeline/Services')
-rw-r--r-- | Timeline/Services/TimelineService.cs | 1 |
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,
|