mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Move transcoding files in their own directory
This commit is contained in:
parent
1bcb03a100
commit
c07902b908
9 changed files with 22 additions and 22 deletions
|
@ -29,7 +29,7 @@ import {
|
|||
RegisterServerSettingOptions
|
||||
} from '@shared/models'
|
||||
import { serverHookObject } from '@shared/models/plugins/server-hook.model'
|
||||
import { VideoTranscodingProfilesManager } from '../video-transcoding-profiles'
|
||||
import { VideoTranscodingProfilesManager } from '../transcoding/video-transcoding-profiles'
|
||||
import { buildPluginHelpers } from './plugin-helpers-builder'
|
||||
|
||||
type AlterableVideoConstant = 'language' | 'licence' | 'category' | 'privacy' | 'playlistPrivacy'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue