]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-streaming-playlist.model.ts
Don't use @shared in models
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-streaming-playlist.model.ts
index 42fce4bdcfb4d848bfc5f79bab09f683cbe0bc41..a07d911dcb5177a604213c924de62886b8b86b01 100644 (file)
@@ -1,5 +1,5 @@
 import { VideoStreamingPlaylistType } from './video-streaming-playlist.type'
-import { VideoFile } from '@shared/models/videos/video-file.model'
+import { VideoFile } from './video-file.model'
 
 export class VideoStreamingPlaylist {
   id: number