diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-31 14:26:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-31 14:32:37 +0200 |
commit | 1a4710914432b44115b185cec1883fdf409aef1d (patch) | |
tree | 2bf0dd2589af3a630a419e4ebefff0f2dc371885 /server | |
parent | 73dc4da09e99ce0f6deab33326c731cbcdb52ca1 (diff) | |
download | PeerTube-1a4710914432b44115b185cec1883fdf409aef1d.tar.gz PeerTube-1a4710914432b44115b185cec1883fdf409aef1d.tar.zst PeerTube-1a4710914432b44115b185cec1883fdf409aef1d.zip |
Add channel avatar to overviews
Diffstat (limited to 'server')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 536d99713..6d0503f48 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -473,7 +473,7 @@ const TORRENT_MIMETYPE_EXT = { | |||
473 | 473 | ||
474 | const OVERVIEWS = { | 474 | const OVERVIEWS = { |
475 | VIDEOS: { | 475 | VIDEOS: { |
476 | SAMPLE_THRESHOLD: 4, | 476 | SAMPLE_THRESHOLD: 6, |
477 | SAMPLES_COUNT: 2 | 477 | SAMPLES_COUNT: 2 |
478 | } | 478 | } |
479 | } | 479 | } |