mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Add ability to list imports of a channel sync
This commit is contained in:
parent
0567049a98
commit
a3b472a12e
37 changed files with 565 additions and 179 deletions
|
@ -2,7 +2,7 @@ import { ChildProcess, fork } from 'child_process'
|
|||
import { copy } from 'fs-extra'
|
||||
import { join } from 'path'
|
||||
import { parallelTests, randomInt, root } from '@shared/core-utils'
|
||||
import { Video, VideoChannel, VideoCreateResult, VideoDetails } from '@shared/models'
|
||||
import { Video, VideoChannel, VideoChannelSync, VideoCreateResult, VideoDetails } from '@shared/models'
|
||||
import { BulkCommand } from '../bulk'
|
||||
import { CLICommand } from '../cli'
|
||||
import { CustomPagesCommand } from '../custom-pages'
|
||||
|
@ -80,6 +80,7 @@ export class PeerTubeServer {
|
|||
}
|
||||
|
||||
channel?: VideoChannel
|
||||
videoChannelSync?: Partial<VideoChannelSync>
|
||||
|
||||
video?: Video
|
||||
videoCreated?: VideoCreateResult
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue