]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-file.model.ts
Don't use @shared in models
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-file.model.ts
index cbef05ac07634ae02a586c156e0a971c8c03cedc..e9839229d2d461f7870db89bebddc54f17942116 100644 (file)
@@ -1,5 +1,6 @@
-
-import { VideoConstant, VideoFileMetadata, VideoResolution } from '@shared/models'
+import { VideoConstant } from './video-constant.model'
+import { VideoFileMetadata } from './video-file-metadata'
+import { VideoResolution } from './video-resolution.enum'
 
 export interface VideoFile {
   magnetUri: string