From 728bce186f561e978fad833bdcb65980a05a0f84 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sun, 6 Aug 2023 14:51:32 +0200 Subject: [PATCH] Fix typo --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index e119581..6316af5 100644 --- a/public/index.html +++ b/public/index.html @@ -307,7 +307,7 @@ var app = new Vue({ }, preloadItem(index) { var searchItem = this.searchItems[index]; - fetch(`${JUSTWATCH_API_DOMAIN}/content/titles/${searchItem.type}/${searchItem.id}/locale/fr-FR?language=fr`, { credentials : "include" }) + fetch(`${JUSTWATCH_API_DOMAIN}/content/titles/${searchItem.type}/${searchItem.id}/locale/fr_FR?language=fr`, { credentials : "include" }) .then(response => response.json()) .then(response => { this.seasons = {};