X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fvideo-details.model.ts;h=14347a109da8478747c0127e5c18262a616795ff;hb=e612209767ebe1deb0af7688c96b7f979bb52b44;hp=c2a85d8e8bcc248d3526e6864acaa362d9774d2f;hpb=5a71acd2547c098657ae6e0e31e0862094585088;p=oweals%2Fpeertube.git diff --git a/client/src/app/shared/video/video-details.model.ts b/client/src/app/shared/video/video-details.model.ts index c2a85d8e8..14347a109 100644 --- a/client/src/app/shared/video/video-details.model.ts +++ b/client/src/app/shared/video/video-details.model.ts @@ -58,5 +58,7 @@ export class VideoDetails extends Video implements VideoDetailsServerModel { getFiles () { if (this.files.length === 0) return this.getHlsPlaylist().files + + return this.files } }