mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Prevent error on highlighted thread
This commit is contained in:
parent
37b1d97f22
commit
5a9a56b78f
4 changed files with 27 additions and 5 deletions
|
@ -37,7 +37,9 @@ export const enum ServerErrorCode {
|
|||
* A torrent should have at most one correct video file. Any more and we will
|
||||
* not be able to choose automatically.
|
||||
*/
|
||||
INCORRECT_FILES_IN_TORRENT = 'incorrect_files_in_torrent'
|
||||
INCORRECT_FILES_IN_TORRENT = 'incorrect_files_in_torrent',
|
||||
|
||||
COMMENT_NOT_ASSOCIATED_TO_VIDEO = 'comment_not_associated_to_video'
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue