From 50a66a69a0cde2cc3f9d46acf7fd03f99d275b0c Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Thu, 25 Nov 2021 16:24:15 +0100
Subject: Optimize HLS/WebTorrent videos only

---
 client/src/app/+admin/overview/videos/video-admin.service.ts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'client')

diff --git a/client/src/app/+admin/overview/videos/video-admin.service.ts b/client/src/app/+admin/overview/videos/video-admin.service.ts
index 6a0e8dade..4b9357fb7 100644
--- a/client/src/app/+admin/overview/videos/video-admin.service.ts
+++ b/client/src/app/+admin/overview/videos/video-admin.service.ts
@@ -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`
           }
         ]
-- 
cgit v1.2.3