mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add log to regenerate thumbnails
This commit is contained in:
parent
5328532adf
commit
6794d1005f
@ -32,6 +32,8 @@ async function run () {
|
||||
async function processVideo (videoArg: MVideo) {
|
||||
const video = await VideoModel.loadWithFiles(videoArg.id)
|
||||
|
||||
console.log('Processing video %s.', video.name)
|
||||
|
||||
const thumbnail = video.getMiniature()
|
||||
const preview = video.getPreview()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user