X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Fpaths.ts;h=5a85bea4281b7672674036cfca6e38840d37218e;hb=d0800f7661f13fabe7bb6f4aa0ea50764f106405;hp=d8cf812e3bce15d2384fbf26489c32c3159da4b6;hpb=06aad80165d09a8863ab8103149a8ff518b10641;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/paths.ts b/server/lib/paths.ts index d8cf812e3..5a85bea42 100644 --- a/server/lib/paths.ts +++ b/server/lib/paths.ts @@ -1,9 +1,9 @@ import { join } from 'path' -import { buildUUID } from '@shared/core-utils/uuid' 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 { removeFragmentedMP4Ext } from '@shared/core-utils' +import { buildUUID } from '@shared/extra-utils' // ################## Video file name ##################