aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/notification
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/notification')
-rw-r--r--client/src/app/core/notification/peertube-socket.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/notification/peertube-socket.service.ts b/client/src/app/core/notification/peertube-socket.service.ts
index eab1c63f2..50d5df68f 100644
--- a/client/src/app/core/notification/peertube-socket.service.ts
+++ b/client/src/app/core/notification/peertube-socket.service.ts
@@ -38,7 +38,7 @@ export class PeerTubeSocket {
38 this.liveVideosSocket.emit('subscribe', { videoId }) 38 this.liveVideosSocket.emit('subscribe', { videoId })
39 } 39 }
40 40
41 async unsubscribeLiveVideos (videoId: number) { 41 unsubscribeLiveVideos (videoId: number) {
42 if (!this.liveVideosSocket) return 42 if (!this.liveVideosSocket) return
43 43
44 this.liveVideosSocket.emit('unsubscribe', { videoId }) 44 this.liveVideosSocket.emit('unsubscribe', { videoId })