]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Optimize HLS/WebTorrent videos only
authorChocobozzz <me@florianbigard.com>
Thu, 25 Nov 2021 15:24:15 +0000 (16:24 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 25 Nov 2021 15:24:15 +0000 (16:24 +0100)
client/src/app/+admin/overview/videos/video-admin.service.ts

index 6a0e8dade89117dd922e9492531631573a58c432..4b9357fb7d835daaecc245517c79ed4a060c59fa 100644 (file)
@@ -59,19 +59,19 @@ export class VideoAdminService {
         title: $localize`Video files`,
         children: [
           {
-            value: 'webtorrent:true',
+            value: 'webtorrent:true isLocal:true',
             label: $localize`With WebTorrent`
           },
           {
-            value: 'webtorrent:false',
+            value: 'webtorrent:false isLocal:true',
             label: $localize`Without WebTorrent`
           },
           {
-            value: 'hls:true',
+            value: 'hls:true isLocal:true',
             label: $localize`With HLS`
           },
           {
-            value: 'hls:false',
+            value: 'hls:false isLocal:true',
             label: $localize`Without HLS`
           }
         ]