aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/server/server.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/server/server.service.ts')
-rw-r--r--client/src/app/core/server/server.service.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/core/server/server.service.ts b/client/src/app/core/server/server.service.ts
index 65714fd05..553ad8af6 100644
--- a/client/src/app/core/server/server.service.ts
+++ b/client/src/app/core/server/server.service.ts
@@ -35,6 +35,10 @@ export class ServerService {
35 } 35 }
36 }, 36 },
37 video: { 37 video: {
38 image: {
39 size: { max: 0 },
40 extensions: []
41 },
38 file: { 42 file: {
39 extensions: [] 43 extensions: []
40 } 44 }