Add video channel management
This commit is contained in:
parent
7de6afdf54
commit
08c1efbe32
36 changed files with 580 additions and 53 deletions
|
@ -14,7 +14,7 @@ async function createVideoChannel (videoChannelInfo: VideoChannelCreate, account
|
|||
const actorInstanceCreated = await actorInstance.save({ transaction: t })
|
||||
|
||||
const videoChannelData = {
|
||||
name: videoChannelInfo.name,
|
||||
name: videoChannelInfo.displayName,
|
||||
description: videoChannelInfo.description,
|
||||
support: videoChannelInfo.support,
|
||||
accountId: account.id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue