From 9ea1fb00d3203830d14e2586418ad070e31acfe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Fri, 11 Mar 2022 00:23:44 +0100 Subject: [PATCH] show screencast if not playing instead of unplayable. --- src/component/main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/main.vue b/src/component/main.vue index c54f330a..235326d3 100644 --- a/src/component/main.vue +++ b/src/component/main.vue @@ -210,7 +210,7 @@ this.state.connection.status != 'disconnected' && this.state.connection.screencast && (!this.state.connection.webrtc.connected || - (this.state.connection.webrtc.connected && !this.state.video.playable)) + (this.state.connection.webrtc.connected && !this.state.video.playing)) ) }