mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Go to correct setting for installing GeoLite2 database
This commit is contained in:
parent
f958de2de6
commit
7ee1c51810
1 changed files with 1 additions and 1 deletions
|
@ -2846,7 +2846,7 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
if ("${kwargs.get('install_geoip')}" === 'true') {
|
||||
gotoSetting('notifications', 'geoip_db')
|
||||
gotoSetting('3rd_party_apis', 'geoip_db')
|
||||
}
|
||||
|
||||
if ("${config['geoip_db_installed']}" > "0") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue