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 | 4b3ae3edd9e8aceac5ff26ef137d2a8d686fe305 (patch) | |
tree | 8dba18b84d996f1396423788525390fdde301210 /BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | |
parent | ebc2892d1546b8b59bd1c9adabe8a96a2e2a0754 (diff) | |
parent | 682b5a076c967f9f38dd32c0cffd4010548bd400 (diff) | |
download | timeline-4b3ae3edd9e8aceac5ff26ef137d2a8d686fe305.tar.gz timeline-4b3ae3edd9e8aceac5ff26ef137d2a8d686fe305.tar.bz2 timeline-4b3ae3edd9e8aceac5ff26ef137d2a8d686fe305.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;
+ }
}
}
|