X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmodels%2Fvideo%2Fvideo-share.ts;h=b4de2b20fedd3d78b3a7042e665541ad3e310825;hb=2a4c0d8bbe29178ae90e776bb9453f86e6d23bd9;hp=f2190037ee8de32c9905f2ff46965f7ca4f1b520;hpb=b1dbb9fefc870a90b25f5c0153589f45c9e75e3e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/models/video/video-share.ts b/server/models/video/video-share.ts index f2190037e..b4de2b20f 100644 --- a/server/models/video/video-share.ts +++ b/server/models/video/video-share.ts @@ -7,7 +7,7 @@ import { CONSTRAINTS_FIELDS } from '../../initializers/constants' import { MActorDefault, MActorFollowersUrl, MActorId } from '../../types/models' import { MVideoShareActor, MVideoShareFull } from '../../types/models/video' import { ActorModel } from '../actor/actor' -import { buildLocalActorIdsIn, throwIfNotValid } from '../utils' +import { buildLocalActorIdsIn, throwIfNotValid } from '../shared' import { VideoModel } from './video' enum ScopeNames {