mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Temporary fixes for masked info for guest access
This commit is contained in:
parent
5d8da23c3f
commit
ef6ef868e0
6 changed files with 85 additions and 59 deletions
|
@ -192,7 +192,11 @@ def mask_session_info(list_of_dicts, mask_metadata=True):
|
|||
'user_thumb': common.DEFAULT_USER_THUMB,
|
||||
'ip_address': 'N/A',
|
||||
'machine_id': '',
|
||||
'player': 'Player'
|
||||
'platform': 'Platform',
|
||||
'player': 'Player',
|
||||
'quality_profile': 'Unknown',
|
||||
'bandwidth': '',
|
||||
'location': ''
|
||||
}
|
||||
|
||||
metadata_to_mask = {'media_index': '0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue