Skip to content

Commit

Permalink
fix(#262): dedicated yt api key for remote player iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Mar 9, 2020
1 parent ac807ec commit 683a1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/html/YoutubePlayerIframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>

<body>
<script> var YOUTUBE_API_KEY = "AIzaSyBRpwalJ7uBo10a5DH_rYsMTmQM6TifEFI"; </script>
<script> var YOUTUBE_API_KEY = "AIzaSyBIbsFnI2Im01vkvvhcxEamPStYt-hr71I"; /* associated to google project "openwhyd-6" */ </script>
<script src="//openwhyd.org/js/playem-all.js"></script>
<script src="//openwhyd.org/js/whydRemotePlayer.js"></script>
</body>
Expand Down

0 comments on commit 683a1c0

Please sign in to comment.