mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add avatar to prune script
This commit is contained in:
@@ -29,7 +29,7 @@ run()
|
||||
async function run () {
|
||||
await initDatabaseModels(true)
|
||||
|
||||
const video = await VideoModel.loadByUUIDWithFile(program['video'])
|
||||
const video = await VideoModel.loadByUUID(program['video'])
|
||||
if (!video) throw new Error('Video not found.')
|
||||
|
||||
const dataInput: VideoTranscodingPayload = program.resolution !== undefined
|
||||
|
||||
Reference in New Issue
Block a user