diff options
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/server/server-error-code.enum.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shared/models/server/server-error-code.enum.ts b/shared/models/server/server-error-code.enum.ts index 115421d4d..0e70ea0a7 100644 --- a/shared/models/server/server-error-code.enum.ts +++ b/shared/models/server/server-error-code.enum.ts | |||
@@ -37,7 +37,9 @@ export const enum ServerErrorCode { | |||
37 | * A torrent should have at most one correct video file. Any more and we will | 37 | * A torrent should have at most one correct video file. Any more and we will |
38 | * not be able to choose automatically. | 38 | * not be able to choose automatically. |
39 | */ | 39 | */ |
40 | INCORRECT_FILES_IN_TORRENT = 'incorrect_files_in_torrent' | 40 | INCORRECT_FILES_IN_TORRENT = 'incorrect_files_in_torrent', |
41 | |||
42 | COMMENT_NOT_ASSOCIATED_TO_VIDEO = 'comment_not_associated_to_video' | ||
41 | } | 43 | } |
42 | 44 | ||
43 | /** | 45 | /** |