Optimize HLS/WebTorrent videos only

pull/4597/head
Chocobozzz 2021-11-25 16:24:15 +01:00
parent 1255f22de4
commit 50a66a69a0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 4 deletions

View File

@ -59,19 +59,19 @@ export class VideoAdminService {
title: $localize`Video files`, title: $localize`Video files`,
children: [ children: [
{ {
value: 'webtorrent:true', value: 'webtorrent:true isLocal:true',
label: $localize`With WebTorrent` label: $localize`With WebTorrent`
}, },
{ {
value: 'webtorrent:false', value: 'webtorrent:false isLocal:true',
label: $localize`Without WebTorrent` label: $localize`Without WebTorrent`
}, },
{ {
value: 'hls:true', value: 'hls:true isLocal:true',
label: $localize`With HLS` label: $localize`With HLS`
}, },
{ {
value: 'hls:false', value: 'hls:false isLocal:true',
label: $localize`Without HLS` label: $localize`Without HLS`
} }
] ]