Reply to thread

Find in script line

#region TMDB parameters

...

... API_LANG = ...

... API_LANG_URL = ...


And change to


... API_LANG = "EN";

... API_LANG_URL = "en";


--

WBR, ajs :):whistle::coffee:


Top Bottom