From 9fb7bf22e85ce1b34743043db3c4da6403ce19d1 Mon Sep 17 00:00:00 2001 From: Wesley de Groot Date: Sat, 24 Aug 2024 00:04:02 +0200 Subject: [PATCH] Update example_youtube.js --- example_youtube.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_youtube.js b/example_youtube.js index 6e8532d..d16ab61 100755 --- a/example_youtube.js +++ b/example_youtube.js @@ -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()