Fix support field not filled on publish

This commit is contained in:
Chocobozzz 2025-06-10 10:18:15 +02:00
parent 83b84fdb50
commit 9c3e8cd681
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -251,6 +251,7 @@ export class VideoEdit {
this.common.name = options.name
this.common.channelId = options.channelId
this.common.support = options.support
this.metadata.isLive = isLive
this.common.privacy = serverDefaults.publish.privacy