]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video.model.ts
Add ability to list redundancies
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video.model.ts
index 7576439fe5f3751439b0fee7b93f629f4178a6a5..a69152759aa0e77d43de607bf0a81ed02b2f1d48 100644 (file)
@@ -1,4 +1,4 @@
-import { AccountSummary, VideoChannelSummary, VideoResolution, VideoState } from '../../index'
+import { AccountSummary, VideoChannelSummary, VideoState } from '../../index'
 import { Account } from '../actors'
 import { VideoChannel } from './channel/video-channel.model'
 import { VideoPrivacy } from './video-privacy.enum'