chore(server): consolidate dto files (#8201)

chore: conoslidate dto files
This commit is contained in:
Jason Rasmussen 2024-03-22 16:36:20 -04:00 committed by GitHub
parent 75aa8e6621
commit b6e4be72f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 434 additions and 484 deletions

View file

@ -1,4 +1,4 @@
import { SystemConfigFFmpegDto } from 'src/dtos/system-config-ffmpeg.dto';
import { SystemConfigFFmpegDto } from 'src/dtos/system-config.dto';
import { CQMode, ToneMapping, TranscodeHWAccel, TranscodeTarget, VideoCodec } from 'src/entities/system-config.entity';
import {
AudioStreamInfo,