mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Add ability to cancel & delete video imports
This commit is contained in:
@@ -441,7 +441,9 @@ const VIDEO_IMPORT_STATES: { [ id in VideoImportState ]: string } = {
|
||||
[VideoImportState.FAILED]: 'Failed',
|
||||
[VideoImportState.PENDING]: 'Pending',
|
||||
[VideoImportState.SUCCESS]: 'Success',
|
||||
[VideoImportState.REJECTED]: 'Rejected'
|
||||
[VideoImportState.REJECTED]: 'Rejected',
|
||||
[VideoImportState.CANCELLED]: 'Cancelled',
|
||||
[VideoImportState.PROCESSING]: 'Processing'
|
||||
}
|
||||
|
||||
const ABUSE_STATES: { [ id in AbuseState ]: string } = {
|
||||
|
||||
Reference in New Issue
Block a user