]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video/video-file.ts
Add import finished and video published notifs
[github/Chocobozzz/PeerTube.git] / server / models / video / video-file.ts
index 3fd2d5a99d66e42bb231f73aa221b729d1b305c3..0fd868cd61a33e9a5fdf2c649bc67e65b4376245 100644 (file)
@@ -1,4 +1,3 @@
-import { values } from 'lodash'
 import {
   AllowNull,
   BelongsTo,
@@ -20,7 +19,6 @@ import {
   isVideoFileSizeValid,
   isVideoFPSResolutionValid
 } from '../../helpers/custom-validators/videos'
-import { CONSTRAINTS_FIELDS } from '../../initializers'
 import { throwIfNotValid } from '../utils'
 import { VideoModel } from './video'
 import * as Sequelize from 'sequelize'