1
0
Fork 0
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:
Chocobozzz 2021-12-29 14:44:58 +01:00
parent fb3c9e2bf5
commit 0628157fe9
No known key found for this signature in database
GPG key ID: 583A612D890159BE
30 changed files with 44 additions and 28 deletions

View file

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