diff --git a/mediaserver/platformcode/template/js/ui.js b/mediaserver/platformcode/template/js/ui.js index 585998fd..65fa15a7 100644 --- a/mediaserver/platformcode/template/js/ui.js +++ b/mediaserver/platformcode/template/js/ui.js @@ -94,7 +94,7 @@ function focus_element(element) { function image_error(thumbnail) { var src = thumbnail.src; if (thumbnail.src.indexOf(domain) == 0) { - thumbnail.src = "http://media.tvalacarta.info/pelisalacarta/thumb_folder2.png"; + thumbnail.src = "https://github.com/alfa-addon/addon/raw/master/plugin.video.alfa/resources/media/general/default/thumb_folder.png"; } else { thumbnail.src = domain + "/proxy/" + encodeURIComponent(btoa(thumbnail.src)); @@ -235,4 +235,4 @@ function auto_scroll(element) { function center_window(el) { el.style.top = document.getElementById("window").offsetHeight / 2 - el.offsetHeight / 2 + "px"; -}; \ No newline at end of file +};