X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fvideos%2Fvideo-streaming-playlist.model.ts;h=a07d911dcb5177a604213c924de62886b8b86b01;hb=0fecf427d349a416dad149ee5d0b5210b6a43005;hp=42fce4bdcfb4d848bfc5f79bab09f683cbe0bc41;hpb=5520f6658e330391f6439d65ffdaf07b46cefa64;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/videos/video-streaming-playlist.model.ts b/shared/models/videos/video-streaming-playlist.model.ts index 42fce4bdc..a07d911dc 100644 --- a/shared/models/videos/video-streaming-playlist.model.ts +++ b/shared/models/videos/video-streaming-playlist.model.ts @@ -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