Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
66b55bec25
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      modules/UI/shared_video/SharedVideo.js

+ 2
- 2
modules/UI/shared_video/SharedVideo.js View File

@@ -220,8 +220,8 @@ export default class SharedVideoManager {
220 220
             // eslint-disable-next-line eqeqeq
221 221
             if (event.data == YT.PlayerState.PLAYING) {
222 222
                 self.player = event.target;
223
-            window.glob_dbg.ytp_arr.push(player)
224
-            window.glob_dbg.ytp = player
223
+            window.glob_dbg.ytp_arr.push(self.player)
224
+            window.glob_dbg.ytp = self.player
225 225
                 if (self.initialAttributes) {
226 226
                     // If a network update has occurred already now is the
227 227
                     // time to process it.

Loading…
Cancel
Save