mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Remove previous thumbnail if needed
This commit is contained in:
parent
6302d599cd
commit
a35a22797c
15 changed files with 274 additions and 119 deletions
|
@ -5,7 +5,7 @@ import { ChildProcess, exec, fork } from 'child_process'
|
|||
import { copy, ensureDir, pathExists, readdir, readFile, remove } from 'fs-extra'
|
||||
import { join } from 'path'
|
||||
import { randomInt } from '../../core-utils/miscs/miscs'
|
||||
import { Video, VideoChannel } from '../../models/videos'
|
||||
import { VideoChannel } from '../../models/videos'
|
||||
import { buildServerDirectory, getFileSize, isGithubCI, root, wait } from '../miscs/miscs'
|
||||
import { makeGetRequest } from '../requests/requests'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue