]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/utils.ts
Use a single file instead of segments for HLS
[github/Chocobozzz/PeerTube.git] / server / helpers / utils.ts
index 3c3406e381724fc71ec5660aeb430470c553c68a..cb0e823c577717ffa1c3e186d8c6d98a3a50775a 100644 (file)
@@ -7,7 +7,6 @@ import { join } from 'path'
 import { Instance as ParseTorrent } from 'parse-torrent'
 import { remove } from 'fs-extra'
 import * as memoizee from 'memoizee'
-import { isArray } from './custom-validators/misc'
 
 function deleteFileAsync (path: string) {
   remove(path)