aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/server/tracker.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils/server/tracker.ts')
-rw-r--r--shared/extra-utils/server/tracker.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/server/tracker.ts b/shared/extra-utils/server/tracker.ts
index f04e8f8a1..ed43a5924 100644
--- a/shared/extra-utils/server/tracker.ts
+++ b/shared/extra-utils/server/tracker.ts
@@ -1,5 +1,5 @@
1import { expect } from 'chai' 1import { expect } from 'chai'
2import { sha1 } from '@server/helpers/core-utils' 2import { sha1 } from '@shared/core-utils/crypto'
3import { makeGetRequest } from '../requests' 3import { makeGetRequest } from '../requests'
4 4
5async function hlsInfohashExist (serverUrl: string, masterPlaylistUrl: string, fileNumber: number) { 5async function hlsInfohashExist (serverUrl: string, masterPlaylistUrl: string, fileNumber: number) {