mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix some defaults values + indentation
This commit is contained in:
@@ -179,7 +179,7 @@ async function addVideo (req: express.Request, res: express.Response) {
|
||||
licence: videoInfo.licence,
|
||||
language: videoInfo.language,
|
||||
commentsEnabled: videoInfo.commentsEnabled || false,
|
||||
downloadingEnabled: videoInfo.downloadingEnabled || false,
|
||||
downloadingEnabled: videoInfo.downloadingEnabled || true,
|
||||
waitTranscoding: videoInfo.waitTranscoding || false,
|
||||
state: CONFIG.TRANSCODING.ENABLED ? VideoState.TO_TRANSCODE : VideoState.PUBLISHED,
|
||||
nsfw: videoInfo.nsfw || false,
|
||||
|
||||
Reference in New Issue
Block a user