Commit d764756e authored by Odai Atieh's avatar Odai Atieh Committed by Rajab Natshah
Browse files

Issue #3192099 by Odai Atieh: Fix YouTube player issue: playVideo is not a function

parent f49f766f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ ready(function () {
          });

          playerConfgured = true;
        } else {
        } else if (typeof youtubePlayer.playVideo === "function") {
          youtubePlayer.playVideo();
        }
      }