mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Rename video full loading
This commit is contained in:
parent
4c8336af67
commit
4fae2b1f30
31 changed files with 48 additions and 48 deletions
|
@ -43,7 +43,7 @@ async function run () {
|
|||
return
|
||||
}
|
||||
|
||||
const video = await VideoModel.loadAndPopulateAccountAndServerAndTags(uuid)
|
||||
const video = await VideoModel.loadFull(uuid)
|
||||
if (!video) throw new Error('Video not found.')
|
||||
|
||||
const dataInput: VideoTranscodingPayload[] = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue