Add ability to disable webtorrent
[oweals/peertube.git] / server / typings / models / video / video-rate.ts
index 2ff8a625b9598f8412cb86ac6963c78a2141921f..f6bb527fc8079eee41c99bb981a84c6955c360cc 100644 (file)
@@ -1,6 +1,7 @@
 import { AccountVideoRateModel } from '@server/models/account/account-video-rate'
 import { PickWith } from '@server/typings/utils'
-import { MAccountAudience, MAccountUrl, MVideo, MVideoFormattable } from '..'
+import { MAccountAudience, MAccountUrl } from '../account/account'
+import { MVideo, MVideoFormattable } from './video'
 
 type Use<K extends keyof AccountVideoRateModel, M> = PickWith<AccountVideoRateModel, K, M>