mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Move uuid stuff in extra utils
Since it requires an external dependency
This commit is contained in:
parent
fb3c9e2bf5
commit
0628157fe9
30 changed files with 44 additions and 28 deletions
|
@ -2,7 +2,8 @@ import { join } from 'path'
|
|||
import { CONFIG } from '@server/initializers/config'
|
||||
import { HLS_REDUNDANCY_DIRECTORY, HLS_STREAMING_PLAYLIST_DIRECTORY } from '@server/initializers/constants'
|
||||
import { isStreamingPlaylist, MStreamingPlaylistVideo, MVideo, MVideoFile, MVideoUUID } from '@server/types/models'
|
||||
import { buildUUID, removeFragmentedMP4Ext } from '@shared/core-utils'
|
||||
import { removeFragmentedMP4Ext } from '@shared/core-utils'
|
||||
import { buildUUID } from '@shared/extra-utils'
|
||||
|
||||
// ################## Video file name ##################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue