Fix typo
This commit is contained in:
parent
5c5d1dca02
commit
728bce186f
@ -307,7 +307,7 @@ var app = new Vue({
|
|||||||
},
|
},
|
||||||
preloadItem(index) {
|
preloadItem(index) {
|
||||||
var searchItem = this.searchItems[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 => response.json())
|
||||||
.then(response => {
|
.then(response => {
|
||||||
this.seasons = {};
|
this.seasons = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user