瀏覽代碼

auto acp scripted

dev
jfinn 5 年之前
父節點
當前提交
66b55bec25
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      modules/UI/shared_video/SharedVideo.js

+ 2
- 2
modules/UI/shared_video/SharedVideo.js 查看文件

220
             // eslint-disable-next-line eqeqeq
220
             // eslint-disable-next-line eqeqeq
221
             if (event.data == YT.PlayerState.PLAYING) {
221
             if (event.data == YT.PlayerState.PLAYING) {
222
                 self.player = event.target;
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
                 if (self.initialAttributes) {
225
                 if (self.initialAttributes) {
226
                     // If a network update has occurred already now is the
226
                     // If a network update has occurred already now is the
227
                     // time to process it.
227
                     // time to process it.

Loading…
取消
儲存