X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmodels%2Fuser%2Fuser-video-history.ts;h=f4d0889a104c7bb8df09d80c065cce55024f4c8d;hb=91a4893063402d7beabb3104f9b989b8f88b6038;hp=6d9f2e03f72521a9c6b2890f23d62e9134b99737;hpb=6b5f72beda96d8b7e4d6329c4001827334de27dd;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