mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Rename "videos" config to "web-videos"
This commit is contained in:
parent
76824f522a
commit
d732ec7b46
32 changed files with 69 additions and 68 deletions
|
@ -7,7 +7,7 @@ import { AbstractPermanentFileCache } from './shared'
|
|||
export class AvatarPermanentFileCache extends AbstractPermanentFileCache<MActorImage> {
|
||||
|
||||
constructor () {
|
||||
super(CONFIG.STORAGE.ACTOR_IMAGES)
|
||||
super(CONFIG.STORAGE.ACTOR_IMAGES_DIR)
|
||||
}
|
||||
|
||||
protected loadModel (filename: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue