X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Finitializers%2Fconstants.ts;h=eaad84bee13b50ba0e2c58b0484154930e5ba039;hb=dee6fe1e4f5c024fd387e8c2b306c174b24aa8b3;hp=fd4c0fdaaa1df2fc93f897a8f5a712d6a6606723;hpb=f67d757452c63fff27df596b575ae1ca9225a1a0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index fd4c0fdaa..eaad84bee 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts @@ -14,7 +14,7 @@ import { CONFIG, registerConfigChangedHandler } from './config' // --------------------------------------------------------------------------- -const LAST_MIGRATION_VERSION = 445 +const LAST_MIGRATION_VERSION = 450 // --------------------------------------------------------------------------- @@ -505,7 +505,8 @@ const STATIC_PATHS = { } const STATIC_DOWNLOAD_PATHS = { TORRENTS: '/download/torrents/', - VIDEOS: '/download/videos/' + VIDEOS: '/download/videos/', + HLS_VIDEOS: '/download/streaming-playlists/hls/videos/' } const LAZY_STATIC_PATHS = { AVATARS: '/lazy-static/avatars/',