X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Flib%2Factivitypub%2Fvideos%2Frefresh.ts;h=f1a3a6facfb138f2ace222c23d47501db2b7fe8c;hb=10363c74c1d869f0e0c7bc4d0367b1f34d1bb6a4;hp=71a4e75b0b12520b9a2a8b5cd12b8f8ce2604785;hpb=5e08989ede1a340b9edb94465a11b1e04bf24094;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/activitypub/videos/refresh.ts b/server/lib/activitypub/videos/refresh.ts index 71a4e75b0..f1a3a6fac 100644 --- a/server/lib/activitypub/videos/refresh.ts +++ b/server/lib/activitypub/videos/refresh.ts @@ -1,7 +1,7 @@ import { logger, loggerTagsFactory } from '@server/helpers/logger' import { PeerTubeRequestError } from '@server/helpers/requests' -import { VideoFetchByUrlType } from '@server/helpers/video' import { ActorFollowScoreCache } from '@server/lib/files-cache' +import { VideoFetchByUrlType } from '@server/lib/model-loaders' import { VideoModel } from '@server/models/video/video' import { MVideoAccountLightBlacklistAllFiles, MVideoThumbnail } from '@server/types/models' import { HttpStatusCode } from '@shared/core-utils'