]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/middlewares/validators/videos/videos.ts
Add ability to a video multiple times in a playlist
[github/Chocobozzz/PeerTube.git] / server / middlewares / validators / videos / videos.ts
index 867c05fc13f8152dca39732973f07adb3e9882ab..40a34d3b8951842556024c4264eeb020dd4738be 100644 (file)
@@ -47,7 +47,7 @@ import {
   doesVideoExist,
   doesVideoFileOfVideoExist
 } from '../../../helpers/middlewares'
-import { MVideoFullLight } from '@server/typings/models'
+import { MVideoFullLight } from '@server/types/models'
 import { getVideoWithAttributes } from '../../../helpers/video'
 import { getServerActor } from '@server/models/application/application'