1
0
Fork 0
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:
Rigel Kent 2020-01-20 20:40:30 +01:00 committed by Chocobozzz
parent 06bcfbd9f7
commit 837666fe48
4 changed files with 67 additions and 6 deletions

View file

@ -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