]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/server-commands/videos/videos-command.ts
Implement avatar miniatures (#4639)
[github/Chocobozzz/PeerTube.git] / shared / server-commands / videos / videos-command.ts
index ead57b9aa6a9d87a4105c6627b68703a29e13d39..21753ddc46a71beedf36856a32ab96f9aa0e4371 100644 (file)
@@ -5,7 +5,8 @@ import { createReadStream, stat } from 'fs-extra'
 import got, { Response as GotResponse } from 'got'
 import { omit } from 'lodash'
 import validator from 'validator'
-import { buildAbsoluteFixturePath, buildUUID, pick, wait } from '@shared/core-utils'
+import { buildAbsoluteFixturePath, pick, wait } from '@shared/core-utils'
+import { buildUUID } from '@shared/extra-utils'
 import {
   HttpStatusCode,
   ResultList,