1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Better isNewVideo variable/functions name

This commit is contained in:
Chocobozzz 2023-12-15 14:52:12 +01:00
parent bd1dd8fd95
commit af8a47125f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
9 changed files with 24 additions and 17 deletions

View file

@ -165,7 +165,7 @@ async function addVideoJobsAfterUpload (video: MVideoFullLight, videoFile: MVide
type: 'federate-video' as 'federate-video',
payload: {
videoUUID: video.uuid,
isNewVideo: false
isNewVideoForFederation: false
}
}
]