aboutsummaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2021-01-27 11:49:43 +0300
committerRblSb <msrblsb@gmail.com>2021-01-31 19:42:57 +0300
commit8e603b7161b19a1035616b71c5b572577ac24317 (patch)
treedcfaf13818ca1ba45c5dcaf814605a69bbc8e62a /src/client
parentd1cef78cc6713d823994803b4699aea8d50a2963 (diff)
Do not confuse youtube on leader's pause
Diffstat (limited to 'src/client')
-rw-r--r--src/client/Main.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx
index 31558eb..8e20ee3 100644
--- a/src/client/Main.hx
+++ b/src/client/Main.hx
@@ -469,7 +469,7 @@ class Main {
clients.setLeader(data.setLeader.clientName);
updateUserList();
setLeaderButton(isLeader());
- if (isLeader()) player.setTime(player.getTime(), false);
+ if (isLeader()) player.onSetTime();
case PlayItem:
player.setVideo(data.playItem.pos);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage