]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/server/server.service.ts
Add import http enabled configuration
[github/Chocobozzz/PeerTube.git] / client / src / app / core / server / server.service.ts
index 7b11c068ee1ad0ea52e54c7b351f9b67aec8b28f..e2254b7b50e5b9fcca972e0e8795982c94d23251 100644 (file)
@@ -68,6 +68,13 @@ export class ServerService {
     },
     user: {
       videoQuota: -1
+    },
+    import: {
+      video: {
+        http: {
+          enabled: false
+        }
+      }
     }
   }
   private videoCategories: Array<VideoConstant<string>> = []