diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-17 11:56:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-17 14:04:54 +0200 |
commit | b345a8047bfde1efa1fdbd249f25f663151265a8 (patch) | |
tree | be930c523bee467673bec45fccd4cfb69d5f1cfd /server/initializers | |
parent | 7b992a86b107fc2917b993127df8e95a66ae94db (diff) | |
download | PeerTube-b345a8047bfde1efa1fdbd249f25f663151265a8.tar.gz PeerTube-b345a8047bfde1efa1fdbd249f25f663151265a8.tar.zst PeerTube-b345a8047bfde1efa1fdbd249f25f663151265a8.zip |
Add audio upload tests
Diffstat (limited to 'server/initializers')
-rw-r--r-- | server/initializers/constants.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 718d0893b..8a11101ff 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -509,8 +509,8 @@ const THUMBNAILS_SIZE = { | |||
509 | height: 122 | 509 | height: 122 |
510 | } | 510 | } |
511 | const PREVIEWS_SIZE = { | 511 | const PREVIEWS_SIZE = { |
512 | width: 560, | 512 | width: 850, |
513 | height: 315 | 513 | height: 480 |
514 | } | 514 | } |
515 | const AVATARS_SIZE = { | 515 | const AVATARS_SIZE = { |
516 | width: 120, | 516 | width: 120, |