X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmodels%2Fuser%2Fuser-video-history.ts;h=f4d0889a104c7bb8df09d80c065cce55024f4c8d;hb=e364e31e25bd1d4b8d801c845a96d6be708f0a18;hp=6d9f2e03f72521a9c6b2890f23d62e9134b99737;hpb=3318147300b4f998adf728eb0a5a14a4c1829c51;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/models/user/user-video-history.ts b/server/models/user/user-video-history.ts index 6d9f2e03f..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', @@ -57,24 +56,30 @@ export class UserVideoHistoryModel extends Model