aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-11 15:14:40 +0100
committerChocobozzz <me@florianbigard.com>2018-01-11 15:14:40 +0100
commitdfbd250da118f7c528c3573f32600f375e8547cd (patch)
treee125ee65e5797e298dace0ebca4d90101c3d39ad /client/src/app/videos
parent6120941f599c1234c9974a7d33ff12faa88aaed0 (diff)
downloadPeerTube-dfbd250da118f7c528c3573f32600f375e8547cd.tar.gz
PeerTube-dfbd250da118f7c528c3573f32600f375e8547cd.tar.zst
PeerTube-dfbd250da118f7c528c3573f32600f375e8547cd.zip
Fix spinner
Diffstat (limited to 'client/src/app/videos')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.ts b/client/src/app/videos/+video-watch/video-watch.component.ts
index f6f043b9c..1c2317c52 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.ts
+++ b/client/src/app/videos/+video-watch/video-watch.component.ts
@@ -32,7 +32,6 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
32 otherVideosDisplayed: Video[] = [] 32 otherVideosDisplayed: Video[] = []
33 33
34 error = false 34 error = false
35 loading = false
36 player: videojs.Player 35 player: videojs.Player
37 playerElement: HTMLVideoElement 36 playerElement: HTMLVideoElement
38 userRating: UserVideoRateType = null 37 userRating: UserVideoRateType = null