mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix geopip lookup for IPv6 addresses
This commit is contained in:
parent
fc2faa247a
commit
7ce9283421
3 changed files with 2 additions and 4 deletions
|
@ -79,7 +79,7 @@
|
|||
$('#ip_error').html('<i class="fa fa-exclamation-circle"></i> Internal request failed.').show();
|
||||
},
|
||||
success: function (result) {
|
||||
if (result.results === 'error') {
|
||||
if (result.result === 'error') {
|
||||
$('#ip_error').html('<i class="fa fa-exclamation-circle"></i> ' + result.message).show();
|
||||
} else {
|
||||
var data = result.data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue