]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/video/video-caption.ts
store uploaded video filename (#4885)
[github/Chocobozzz/PeerTube.git] / server / types / models / video / video-caption.ts
index 1f761a86615b55a1f7b218caf54ce18195160290..8cd80106458bdd78a8faffd83cccef59c2316fdf 100644 (file)
@@ -1,4 +1,4 @@
-import { PickWith } from '@shared/core-utils'
+import { PickWith } from '@shared/typescript-utils'
 import { VideoCaptionModel } from '../../../models/video/video-caption'
 import { MVideo, MVideoUUID } from './video'