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:
parent
a3c997b34c
commit
32985a0a77
4 changed files with 24 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue