Skip to content

Commit

Permalink
Update example_youtube.js
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG committed Aug 23, 2024
1 parent 5978d2c commit 9fb7bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_youtube.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if (App === 'undefined') var App = {} // Eslint error.
if (tvOS === 'undefined') var tvOS = {} // Eslint error.
if (evaluateScripts === 'undefined') var evaluateScripts = {} // Eslint error.

evaluateScripts(['https://wdg.github.io/tvOS.js/tvOS.js'], function (success) {
evaluateScripts(['https://0xwdg.github.io/tvOS.js/tvOS.js'], function (success) {
if (success) {
tvOS.loadYouTubeVideo('JfG__VEF2yg', function (video) {
var player = new Player()
Expand Down

0 comments on commit 9fb7bf2

Please sign in to comment.