mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Upgrade sequelize to v6
This commit is contained in:
parent
6c8c15f914
commit
b49f22d8f9
75 changed files with 436 additions and 498 deletions
|
@ -111,7 +111,6 @@ async function buildTargetBitrate (options: {
|
|||
input: string
|
||||
resolution: VideoResolution
|
||||
fps: number
|
||||
|
||||
}) {
|
||||
const { input, resolution, fps } = options
|
||||
const probe = await ffprobePromise(input)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue