mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 09:12:58 -07:00
Fix user IP address last seen
This commit is contained in:
parent
766e33df0e
commit
b65a30263e
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ class Users(object):
|
||||||
custom_where = ['users.user_id', user_id]
|
custom_where = ['users.user_id', user_id]
|
||||||
|
|
||||||
columns = ['session_history.id',
|
columns = ['session_history.id',
|
||||||
'session_history.started AS last_seen',
|
'MAX(session_history.started) AS last_seen',
|
||||||
'session_history.ip_address',
|
'session_history.ip_address',
|
||||||
'COUNT(session_history.id) AS play_count',
|
'COUNT(session_history.id) AS play_count',
|
||||||
'session_history.platform',
|
'session_history.platform',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue