mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Fix GeoLite2 last updated time for previous installs
This commit is contained in:
parent
3b44a3afd2
commit
d4fee1d701
1 changed files with 1 additions and 1 deletions
|
@ -2859,7 +2859,7 @@ $(document).ready(function() {
|
|||
gotoSetting('3rd_party_apis', 'geoip_db')
|
||||
}
|
||||
|
||||
if ("${config['geoip_db_installed']}" > "0") {
|
||||
if ("${config['geoip_db_installed']}" > "1") {
|
||||
$("#geoip_db_updated").text(moment("${config['geoip_db_installed']}", "X").fromNow());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue