X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmodels%2Fvideo%2Fvideo-share.ts;h=b4de2b20fedd3d78b3a7042e665541ad3e310825;hb=2a4c0d8bbe29178ae90e776bb9453f86e6d23bd9;hp=f2190037ee8de32c9905f2ff46965f7ca4f1b520;hpb=77239b425a8e00822a53c9907415832a473c3eb6;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 {