diff options
| author | RblSb <msrblsb@gmail.com> | 2021-01-27 11:49:43 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2021-01-31 19:42:57 +0300 |
| commit | 8e603b7161b19a1035616b71c5b572577ac24317 (patch) | |
| tree | dcfaf13818ca1ba45c5dcaf814605a69bbc8e62a /res | |
| parent | d1cef78cc6713d823994803b4699aea8d50a2963 (diff) | |
Do not confuse youtube on leader's pause
Diffstat (limited to 'res')
| -rw-r--r-- | res/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/client.js b/res/client.js index 071ad2c..4ea4fd7 100644 --- a/res/client.js +++ b/res/client.js @@ -1385,7 +1385,7 @@ client_Main.prototype = { this.updateUserList(); this.setLeaderButton((this.personal.group & 2) != 0); if((this.personal.group & 2) != 0) { - this.player.setTime(this.player.getTime(),false); + this.player.onSetTime(); } break; case "SetNextItem": |
