Rename masked Title to Plex Media

This commit is contained in:
JonnyWong16 2016-05-01 14:23:25 -07:00
parent 2f8e768c5c
commit 0781018e4e
2 changed files with 5 additions and 5 deletions

View file

@ -203,14 +203,14 @@ def mask_session_info(list_of_dicts, mask_metadata=True):
'grandparent_thumb': common.DEFAULT_POSTER_THUMB,
'thumb': common.DEFAULT_POSTER_THUMB,
'bif_thumb': '',
'grandparent_title': 'Title',
'parent_title': 'Title',
'title': 'Title',
'grandparent_title': 'Plex Media',
'parent_title': 'Plex Media',
'title': 'Plex Media',
'rating_key': '',
'parent_rating_key': '',
'grandparent_rating_key': '',
'year': '',
'last_played': 'Title'
'last_played': 'Plex Media'
}
list_of_dicts = friendly_name_to_username(list_of_dicts)