Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
e6fbd6ebfd
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

@@ -285,8 +285,8 @@ export default class SharedVideoManager {
285 285
         window.onPlayerReady = function(event) {
286 286
             window.svm_win ? window.svm_win.svm({that:this,self,args:arguments,fn_name:"onPlayerReady"}) : 0
287 287
             const player = event.target;
288
-            window.glob_dbg.ytp_arr.push(player)
289
-            window.glob_dbg.opr_arr.push(player)
288
+            // window.glob_dbg.ytp_arr.push(player)
289
+            // window.glob_dbg.opr_arr.push(player)
290 290
             window.glob_dbg.ytp = player
291 291
             window.glob_dbg.ytp_pr = player
292 292
             window.glob_dbg.slf = self

Loading…
Cancel
Save