aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/server/follows.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-06-06 14:45:57 +0200
committerChocobozzz <me@florianbigard.com>2019-06-06 14:45:57 +0200
commitad3405d087b306efa5eb62a69c9b797b04eab4ce (patch)
treefd81a190cc0c5fe80a2d70465dcb4a4789b62a5f /shared/extra-utils/server/follows.ts
parenta6dbbf03865a955caaedc3b12f3de3e386fe850f (diff)
downloadPeerTube-ad3405d087b306efa5eb62a69c9b797b04eab4ce.tar.gz
PeerTube-ad3405d087b306efa5eb62a69c9b797b04eab4ce.tar.zst
PeerTube-ad3405d087b306efa5eb62a69c9b797b04eab4ce.zip
Improve 4K video quality after transcoding
Diffstat (limited to 'shared/extra-utils/server/follows.ts')
-rw-r--r--shared/extra-utils/server/follows.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/server/follows.ts b/shared/extra-utils/server/follows.ts
index 1505804de..68c5a2e2b 100644
--- a/shared/extra-utils/server/follows.ts
+++ b/shared/extra-utils/server/follows.ts
@@ -1,7 +1,7 @@
1import * as request from 'supertest' 1import * as request from 'supertest'
2import { ServerInfo } from './servers' 2import { ServerInfo } from './servers'
3import { waitJobs } from './jobs' 3import { waitJobs } from './jobs'
4import { makeGetRequest, makePostBodyRequest } from '..' 4import { makePostBodyRequest } from '../requests/requests'
5 5
6function getFollowersListPaginationAndSort (url: string, start: number, count: number, sort: string, search?: string) { 6function getFollowersListPaginationAndSort (url: string, start: number, count: number, sort: string, search?: string) {
7 const path = '/api/v1/server/followers' 7 const path = '/api/v1/server/followers'