diff options
author | crupest <crupest@outlook.com> | 2020-12-19 20:12:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-19 20:12:00 +0800 |
commit | d25b74fa167944a7701997e34810a2ffc3c39edd (patch) | |
tree | 03e2138077430562db17eab4fb0adfca1e16b80c /BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | |
parent | 3b3c7c170f0070b0db85834b6c913b9060996d1d (diff) | |
parent | a68670a3d87276ff73aa232d00a391d81407aced (diff) | |
download | timeline-d25b74fa167944a7701997e34810a2ffc3c39edd.tar.gz timeline-d25b74fa167944a7701997e34810a2ffc3c39edd.tar.bz2 timeline-d25b74fa167944a7701997e34810a2ffc3c39edd.zip |
Merge pull request #194 from crupest/bookmark-timeline
Bookmark timeline.
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r-- | BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs index a8519216..c65bf26e 100644 --- a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs +++ b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs @@ -68,6 +68,11 @@ {
public const int NonHighlight = 1_105_01_01;
}
+
+ public static class BookmarkTimelineController
+ {
+ public const int NonBookmark = 1_106_01_01;
+ }
}
}
|