mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +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
|
@ -75,8 +75,8 @@ describe('Test HLS videos', function () {
|
|||
|
||||
it('Should have the playlists/segment deleted from the disk', async function () {
|
||||
for (const server of servers) {
|
||||
await checkDirectoryIsEmpty(server, 'videos', [ 'private' ])
|
||||
await checkDirectoryIsEmpty(server, join('videos', 'private'))
|
||||
await checkDirectoryIsEmpty(server, 'web-videos', [ 'private' ])
|
||||
await checkDirectoryIsEmpty(server, join('web-videos', 'private'))
|
||||
|
||||
await checkDirectoryIsEmpty(server, join('streaming-playlists', 'hls'), [ 'private' ])
|
||||
await checkDirectoryIsEmpty(server, join('streaming-playlists', 'hls', 'private'))
|
||||
|
|
|
@ -586,7 +586,7 @@ describe('Test video transcoding', function () {
|
|||
'1440p': true,
|
||||
'2160p': true
|
||||
},
|
||||
web_videos: { enabled: true },
|
||||
webVideos: { enabled: true },
|
||||
hls: { enabled: true }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue