Add username to masked session info for guests

This commit is contained in:
JonnyWong16
2020-12-05 18:44:06 -08:00
parent 0c82bb023a
commit 80723d224e

View File

@@ -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',