mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -07:00
Fix user IP table showing first played instead of last played
This commit is contained in:
parent
50e7c0469f
commit
172692ccca
1 changed files with 1 additions and 1 deletions
|
@ -245,8 +245,8 @@ class Users(object):
|
|||
custom_where = ['users.user_id', user_id]
|
||||
|
||||
columns = ['session_history.id AS history_row_id',
|
||||
'MAX(session_history.started) AS last_seen',
|
||||
'MIN(session_history.started) AS first_seen',
|
||||
'MAX(session_history.started) AS last_seen',
|
||||
'session_history.ip_address',
|
||||
'COUNT(session_history.id) AS play_count',
|
||||
'session_history.platform',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue