Error if importing a torrent with multiple files

This commit is contained in:
Chocobozzz
2021-05-11 14:56:00 +02:00
parent a3c997b34c
commit 32985a0a77
4 changed files with 24 additions and 10 deletions

View File

@@ -2,4 +2,5 @@ export const enum ServerErrorCode {
DOES_NOT_RESPECT_FOLLOW_CONSTRAINTS = 1,
MAX_INSTANCE_LIVES_LIMIT_REACHED = 2,
MAX_USER_LIVES_LIMIT_REACHED = 3,
INCORRECT_FILES_IN_TORRENT = 4
}