mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fix fragmented download URL
This commit is contained in:
parent
0f2f274c98
commit
efcd6f2e62
2 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,7 @@ staticRouter.use(
|
|||
)
|
||||
|
||||
staticRouter.use(
|
||||
STATIC_DOWNLOAD_PATHS.HLS_VIDEOS + ':id-:resolution([0-9]+).:extension',
|
||||
STATIC_DOWNLOAD_PATHS.HLS_VIDEOS + ':id-:resolution([0-9]+)-fragmented.:extension',
|
||||
asyncMiddleware(videosGetValidator),
|
||||
asyncMiddleware(downloadHLSVideoFile)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue