X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmodels%2Fuser%2Fuser-video-history.ts;h=f4d0889a104c7bb8df09d80c065cce55024f4c8d;hb=e364e31e25bd1d4b8d801c845a96d6be708f0a18;hp=8aff7b10c574d5bce4591f5f6c5a7516d9f95986;hpb=ac75f640fefb4412a9982b904c043e93fd606966;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/models/user/user-video-history.ts b/server/models/user/user-video-history.ts index 8aff7b10c..f4d0889a1 100644 --- a/server/models/user/user-video-history.ts +++ b/server/models/user/user-video-history.ts @@ -4,7 +4,6 @@ import { MUserAccountId, MUserId } from '@server/types/models' import { AttributesOnly } from '@shared/typescript-utils' import { VideoModel } from '../video/video' import { UserModel } from './user' -import { getServerActor } from '../application/application' @Table({ tableName: 'userVideoHistory', @@ -70,6 +69,17 @@ export class UserVideoHistoryModel extends Model