mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
Show location for masked session info
This commit is contained in:
parent
030f9d334b
commit
33a1ebdb1a
2 changed files with 3 additions and 3 deletions
|
@ -191,8 +191,7 @@ def mask_session_info(list_of_dicts, mask_metadata=True):
|
|||
'user_thumb': common.DEFAULT_USER_THUMB,
|
||||
'ip_address': 'N/A',
|
||||
'machine_id': '',
|
||||
'player': 'Player',
|
||||
'location': ''
|
||||
'player': 'Player'
|
||||
}
|
||||
|
||||
metadata_to_mask = {'media_index': '0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue