X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Fvideo-path-manager.ts;h=c3f55fd954bb77a4ecaf7b9833b717601d63e023;hb=dfbcefc20dc64f0814b1f2e8e782a4ea1bd24db2;hp=4027f885d19f40ccbcf7c19a2b50b763ccc460eb;hpb=c55e3d7227fe1453869e309025996b9d75256d5d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/video-path-manager.ts b/server/lib/video-path-manager.ts index 4027f885d..c3f55fd95 100644 --- a/server/lib/video-path-manager.ts +++ b/server/lib/video-path-manager.ts @@ -10,7 +10,7 @@ import { MVideoFileVideo, MVideoUUID } from '@server/types/models' -import { buildUUID } from '@shared/core-utils' +import { buildUUID } from '@shared/extra-utils' import { VideoStorage } from '@shared/models' import { makeHLSFileAvailable, makeWebTorrentFileAvailable } from './object-storage' import { getHLSDirectory, getHLSRedundancyDirectory, getHlsResolutionPlaylistFilename } from './paths'