]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video/video-blacklist.ts
Add background placeholder for thumbnails
[github/Chocobozzz/PeerTube.git] / server / models / video / video-blacklist.ts
index 6db56271907d9456d9f1239c4c1985158c5d9732..3adcec149f402a1956f952e51b8bdbd3a9e588ca 100644 (file)
@@ -1,5 +1,5 @@
 import { BelongsTo, Column, CreatedAt, ForeignKey, Model, Table, UpdatedAt } from 'sequelize-typescript'
-import { SortType } from '../../helpers'
+import { SortType } from '../../helpers/utils'
 import { getSortOnModel } from '../utils'
 import { VideoModel } from './video'