X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmodels%2Fvideo%2Fvideo-change-ownership.ts;h=2db4b523a654b6fda12274fed3f54dfe2325a7ff;hb=8c4bbd946d2247c2e239cbbf8773d2d31c1a57aa;hp=1a1b8c88de203e55dbff3e1f11f02ab7d351a069;hpb=a8749f7c3b137f433e6944bb99fd721a6f0cfc1e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/models/video/video-change-ownership.ts b/server/models/video/video-change-ownership.ts index 1a1b8c88d..2db4b523a 100644 --- a/server/models/video/video-change-ownership.ts +++ b/server/models/video/video-change-ownership.ts @@ -3,7 +3,7 @@ import { MVideoChangeOwnershipFormattable, MVideoChangeOwnershipFull } from '@se import { AttributesOnly } from '@shared/typescript-utils' import { VideoChangeOwnership, VideoChangeOwnershipStatus } from '../../../shared/models/videos' import { AccountModel } from '../account/account' -import { getSort } from '../utils' +import { getSort } from '../shared' import { ScopeNames as VideoScopeNames, VideoModel } from './video' enum ScopeNames {