aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/shared/video/video-details.model.ts2
1 files changed, 2 insertions, 0 deletions
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 {
58 58
59 getFiles () { 59 getFiles () {
60 if (this.files.length === 0) return this.getHlsPlaylist().files 60 if (this.files.length === 0) return this.getHlsPlaylist().files
61
62 return this.files
61 } 63 }
62} 64}