mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Fill video support on channel sync
This commit is contained in:
parent
0882d96624
commit
91afa1004e
2 changed files with 9 additions and 2 deletions
|
@ -66,7 +66,8 @@ export async function synchronizeChannel (options: {
|
|||
targetUrl,
|
||||
channelSync,
|
||||
importDataOverride: {
|
||||
privacy: VideoPrivacy.PUBLIC
|
||||
privacy: VideoPrivacy.PUBLIC,
|
||||
support: channel.support
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue