mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
show screencast if not playing instead of unplayable.
This commit is contained in:
parent
cee6332587
commit
9ea1fb00d3
@ -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))
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user