From 85152fb7a8927d8605ba1bb93414a6a73dedb3da Mon Sep 17 00:00:00 2001 From: santic-zombie Date: Wed, 15 Apr 2020 02:26:44 +0300 Subject: [PATCH] Add youtube preview and URL --- js/radio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/radio.js b/js/radio.js index 619f888..5006a9b 100644 --- a/js/radio.js +++ b/js/radio.js @@ -74,7 +74,7 @@ function getYouTubeRequest(MPDfile) { var params = { // part: 'id', part: 'snippet', - key: 'AIzaSyCqebfGlbbqoM0oEbbBsK87IZhlS3_Urcg', + key: '', q: MPDfile };