mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Add tests for video downscale framerate matching
This commit is contained in:
parent
06bcfbd9f7
commit
837666fe48
4 changed files with 67 additions and 6 deletions
|
@ -5,7 +5,7 @@ import * as winston from 'winston'
|
|||
import { FileTransportOptions } from 'winston/lib/winston/transports'
|
||||
import { CONFIG } from '../initializers/config'
|
||||
import { omit } from 'lodash'
|
||||
import { LOG_FILENAME } from '@server/initializers/constants'
|
||||
import { LOG_FILENAME } from '../initializers/constants'
|
||||
|
||||
const label = CONFIG.WEBSERVER.HOSTNAME + ':' + CONFIG.WEBSERVER.PORT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue