]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/activitypub/client.ts
Add import.video.torrent configuration
[github/Chocobozzz/PeerTube.git] / server / controllers / activitypub / client.ts
index 3e636190676471a67715eebddc624d59f0d5df59..c90c3f931956cdfcb38623b34f67ec950f105111 100644 (file)
@@ -25,7 +25,6 @@ import {
   getVideoLikesActivityPubUrl,
   getVideoSharesActivityPubUrl
 } from '../../lib/activitypub'
-import { VideoCaption } from '../../../shared/models/videos/video-caption.model'
 import { VideoCaptionModel } from '../../models/video/video-caption'
 
 const activityPubClientRouter = express.Router()