ソースを参照

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,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.

読み込み中…
キャンセル
保存