Skip to content

Commit

Permalink
Update app.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bylampa authored Mar 3, 2025
1 parent 966633a commit cdf749c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -17361,14 +17361,14 @@

if (country.trim().toLowerCase() == 'ru' || country.trim() == '') {
console.log('VPN', 'launch TMDB Proxy');
TMDBProxy.init();
// TMDBProxy.init();
}

call();
}, function (e, x) {
console.log('VPN', 'geo.' + object$2.cub_domain + ' domain not responding:', network$9.errorDecode(e, x));
console.log('VPN', 'launch TMDB Proxy');
TMDBProxy.init(); //будем считать что если не ответил, то все равно запускаем
// TMDBProxy.init(); //будем считать что если не ответил, то все равно запускаем

call();
});
Expand Down

0 comments on commit cdf749c

Please sign in to comment.