X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=server%2Flib%2Fvideo-paths.ts;fp=server%2Flib%2Fvideo-paths.ts;h=a35661f02823c88ad847eef944a9769ae3aa0979;hb=26d6bf6533023326fa017812cf31bbe20c752d36;hp=05aaca8afd64ddc104df02be39fcca27dd08cf2a;hpb=d6d951ddc0c492f3261065b5dcb4df0534d252fc;p=oweals%2Fpeertube.git diff --git a/server/lib/video-paths.ts b/server/lib/video-paths.ts index 05aaca8af..a35661f02 100644 --- a/server/lib/video-paths.ts +++ b/server/lib/video-paths.ts @@ -1,4 +1,4 @@ -import { isStreamingPlaylist, MStreamingPlaylistVideo, MVideo, MVideoFile, MVideoUUID } from '@server/typings/models' +import { isStreamingPlaylist, MStreamingPlaylistVideo, MVideo, MVideoFile, MVideoUUID } from '@server/types/models' import { join } from 'path' import { CONFIG } from '@server/initializers/config' import { HLS_REDUNDANCY_DIRECTORY, HLS_STREAMING_PLAYLIST_DIRECTORY } from '@server/initializers/constants'