1
0
Fork 0
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:
Chocobozzz 2022-07-29 10:32:56 +02:00
parent 37b1d97f22
commit 5a9a56b78f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 27 additions and 5 deletions

View file

@ -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'
}
/**