mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Dissociate video file names and video uuid
This commit is contained in:
parent
684cdacbbd
commit
90a8bd305d
40 changed files with 638 additions and 395 deletions
|
@ -2,7 +2,7 @@ import { remove } from 'fs-extra'
|
|||
import { logger } from '../../helpers/logger'
|
||||
import * as memoizee from 'memoizee'
|
||||
|
||||
type GetFilePathResult = { isOwned: boolean, path: string } | undefined
|
||||
type GetFilePathResult = { isOwned: boolean, path: string, downloadName?: string } | undefined
|
||||
|
||||
export abstract class AbstractVideoStaticFileCache <T> {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue