mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Remove unused job
This commit is contained in:
@@ -200,10 +200,6 @@ export interface ActorKeysPayload {
|
||||
actorId: number
|
||||
}
|
||||
|
||||
export interface DeleteResumableUploadMetaFilePayload {
|
||||
filepath: string
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
export type MoveStoragePayload = MoveVideoStoragePayload | MoveCaptionPayload
|
||||
|
||||
@@ -7,7 +7,6 @@ import {
|
||||
ActorKeysPayload,
|
||||
AfterVideoChannelImportPayload,
|
||||
CreateUserExportPayload,
|
||||
DeleteResumableUploadMetaFilePayload,
|
||||
EmailPayload,
|
||||
FederateVideoPayload,
|
||||
GenerateStoryboardPayload,
|
||||
@@ -94,7 +93,6 @@ export type CreateJobArgument =
|
||||
{ type: 'video-live-ending', payload: VideoLiveEndingPayload } |
|
||||
{ type: 'actor-keys', payload: ActorKeysPayload } |
|
||||
{ type: 'video-redundancy', payload: VideoRedundancyPayload } |
|
||||
{ type: 'delete-resumable-upload-meta-file', payload: DeleteResumableUploadMetaFilePayload } |
|
||||
{ type: 'video-studio-edition', payload: VideoStudioEditionPayload } |
|
||||
{ type: 'manage-video-torrent', payload: ManageVideoTorrentPayload } |
|
||||
{ type: 'move-to-object-storage', payload: MoveStoragePayload } |
|
||||
|
||||
Reference in New Issue
Block a user