diff --git a/www/LOVELand/g1barre/img/qrcodes/6Wjem2gFeTRDBz9UvxxS1reVnDhNnjwny6AJJjTC5hDK.png b/www/LOVELand/g1barre/img/qrcodes/6Wjem2gFeTRDBz9UvxxS1reVnDhNnjwny6AJJjTC5hDK.png old mode 100644 new mode 100755 diff --git a/www/LOVELand/g1barre/img/qrcodes/8qs69HriAdytcCLzvQGJ15XBwpjAVFx8JoVM2ahue1y7.png b/www/LOVELand/g1barre/img/qrcodes/8qs69HriAdytcCLzvQGJ15XBwpjAVFx8JoVM2ahue1y7.png old mode 100644 new mode 100755 diff --git a/www/LOVELand/g1barre/img/qrcodes/DNowWi2znAKJpzxR1z5EKm7cU7rfySzihJ2Gzbdp78Sx.png b/www/LOVELand/g1barre/img/qrcodes/DNowWi2znAKJpzxR1z5EKm7cU7rfySzihJ2Gzbdp78Sx.png old mode 100644 new mode 100755 diff --git a/www/LOVELand/jukebox/ui/infobar2.js b/www/LOVELand/jukebox/ui/infobar2.js index 872ca87..029cf9f 100644 --- a/www/LOVELand/jukebox/ui/infobar2.js +++ b/www/LOVELand/jukebox/ui/infobar2.js @@ -154,7 +154,7 @@ var infobar = function() { } // ZEEBOX HACK ZONE if ( ! npinfo.Album ) { npinfo.Album = npinfo.stream; } - var reclink = '/_CopyLaRadio/youtube-dl.php?q=REC&artist=' + escape(encodeURIComponent(npinfo.Artist)) + '&title=' + escape(encodeURIComponent(npinfo.Title)) + '&radio='+ escape(encodeURIComponent(npinfo.Album)) +'&maxResults=1'; + var reclink = 'http://localhost:10010/_CopyLaRadio/youtube-dl.php?q=REC&artist=' + escape(encodeURIComponent(npinfo.Artist)) + '&title=' + escape(encodeURIComponent(npinfo.Title)) + '&radio='+ escape(encodeURIComponent(npinfo.Album)) +'&maxResults=1'; var zcopylink = ' [REC]'; zcopylink += ' *'; lines[0].text += zcopylink;