1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

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
No known key found for this signature in database
GPG key ID: 583A612D890159BE
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
}