mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add username to masked session info for guests
This commit is contained in:
parent
0c82bb023a
commit
80723d224e
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ def mask_session_info(list_of_dicts, mask_metadata=True):
|
|||
|
||||
keys_to_mask = {'user_id': '',
|
||||
'user': 'Plex User',
|
||||
'username': 'Plex User',
|
||||
'friendly_name': 'Plex User',
|
||||
'user_thumb': common.DEFAULT_USER_THUMB,
|
||||
'ip_address': 'N/A',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue