mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Add video channels
This commit is contained in:
parent
8113a93a0d
commit
72c7248b6f
56 changed files with 2011 additions and 280 deletions
|
@ -1,4 +1,9 @@
|
|||
export interface RemoteVideoRequest {
|
||||
type: 'add' | 'update' | 'remove' | 'report-abuse'
|
||||
type: RemoteVideoRequestType
|
||||
data: any
|
||||
}
|
||||
|
||||
export type RemoteVideoRequestType = 'add-video' | 'update-video' | 'remove-video' |
|
||||
'add-channel' | 'update-channel' | 'remove-channel' |
|
||||
'report-abuse' |
|
||||
'add-author' | 'remove-author'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue