From fbc1134a6e9bafb1f4554883f5eb1ed843535f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Sat, 23 Apr 2016 17:50:47 -0500 Subject: [PATCH] Fix the thumbnail downloader URL --- menu/cbs/menu_cbs_ok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 95bd5bdb9d..eda49ad7f2 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -1462,7 +1462,7 @@ static int action_ok_download_generic(const char *path, path = "shaders_cg.zip"; else if (string_is_equal(type_msg, "cb_core_thumbnails_download")) { - strlcpy(s, "http://ia800500.us.archive.org/33/items/No-Intro-Collection_2015-03-03", sizeof(s)); + strlcpy(s, "http://ia801501.us.archive.org/24/items/No-Intro_Thumbnails_2016-04-10", sizeof(s)); } else strlcpy(s, settings->network.buildbot_url, sizeof(s));