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
23 changed files with 434 additions and 484 deletions

View File

@@ -1,7 +1,7 @@
import { Inject, Injectable, UnsupportedMediaTypeException } from '@nestjs/common';
import { StorageCore, StorageFolder } from 'src/cores/storage.core';
import { SystemConfigCore } from 'src/cores/system-config.core';
import { SystemConfigFFmpegDto } from 'src/dtos/system-config-ffmpeg.dto';
import { SystemConfigFFmpegDto } from 'src/dtos/system-config.dto';
import { AssetEntity, AssetType } from 'src/entities/asset.entity';
import { AssetPathType } from 'src/entities/move.entity';
import {