]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/typings/models/account/account.ts
Add ability to disable webtorrent
[github/Chocobozzz/PeerTube.git] / server / typings / models / account / account.ts
index ec78fece8a589cac377037bff3f2094fe2b4dfe2..adb1f3689364803a2d9de6c5c1b64249217f2596 100644 (file)
@@ -15,7 +15,7 @@ import {
 } from './actor'
 import { FunctionProperties, PickWith } from '../../utils'
 import { MAccountBlocklistId } from './account-blocklist'
-import { MChannelDefault } from '@server/typings/models'
+import { MChannelDefault } from '../video/video-channels'
 
 type Use<K extends keyof AccountModel, M> = PickWith<AccountModel, K, M>