diff options
Diffstat (limited to 'scripts/regenerate-thumbnails.ts')
-rw-r--r-- | scripts/regenerate-thumbnails.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/regenerate-thumbnails.ts b/scripts/regenerate-thumbnails.ts index b0071efe0..04c6e2b74 100644 --- a/scripts/regenerate-thumbnails.ts +++ b/scripts/regenerate-thumbnails.ts | |||
@@ -32,6 +32,8 @@ async function run () { | |||
32 | async function processVideo (videoArg: MVideo) { | 32 | async function processVideo (videoArg: MVideo) { |
33 | const video = await VideoModel.loadWithFiles(videoArg.id) | 33 | const video = await VideoModel.loadWithFiles(videoArg.id) |
34 | 34 | ||
35 | console.log('Processing video %s.', video.name) | ||
36 | |||
35 | const thumbnail = video.getMiniature() | 37 | const thumbnail = video.getMiniature() |
36 | const preview = video.getPreview() | 38 | const preview = video.getPreview() |
37 | 39 | ||