Fix build

This commit is contained in:
Chocobozzz
2021-12-17 13:58:07 +01:00
parent c55e3d7227
commit f304a1580b
16 changed files with 25 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
import { expect } from 'chai'
import { basename } from 'path'
import { removeFragmentedMP4Ext } from '@shared/core-utils'
import { sha256 } from '@shared/core-utils/common/crypto'
import { sha256 } from '@shared/extra-utils'
import { HttpStatusCode, VideoStreamingPlaylist } from '@shared/models'
import { PeerTubeServer } from '@shared/server-commands'

View File

@@ -1,5 +1,5 @@
import { expect } from 'chai'
import { sha1 } from '@shared/core-utils'
import { sha1 } from '@shared/extra-utils'
import { makeGetRequest } from '@shared/server-commands'
async function hlsInfohashExist (serverUrl: string, masterPlaylistUrl: string, fileNumber: number) {