From 1f4b9aa8c9f48e0b9cb3a8d2c8583ba7bc203b0c Mon Sep 17 00:00:00 2001 From: marco79cgn Date: Mon, 3 Jun 2024 18:10:48 +0200 Subject: [PATCH] Update player.js --- player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player.js b/player.js index 00c2b26..f189a13 100644 --- a/player.js +++ b/player.js @@ -374,7 +374,7 @@ showPage(); function getNextEvent(isNotBlocking, self, callback) { const xhr = new XMLHttpRequest(); // xhr.open('get', 'https://cors-anywhere.herokuapp.com/'+flacApiNextEventUrl, isNotBlocking); - xhr.open('get', 'https://proxy.cors.sh/'+flacApiNextEventUrl, isNotBlocking); + xhr.open('get', 'https://thingproxy.freeboard.io/fetch/'+flacApiNextEventUrl, isNotBlocking); var result; xhr.onload = function(e) { result = JSON.parse(this.response);