Rename masked Title to Plex Media
This commit is contained in:
@@ -260,7 +260,7 @@ DOCUMENTATION :: END
|
|||||||
<span title="${a['title']}">${a['title']}</span>
|
<span title="${a['title']}">${a['title']}</span>
|
||||||
% endif
|
% endif
|
||||||
% else:
|
% else:
|
||||||
Title
|
${a['title']}
|
||||||
% endif
|
% endif
|
||||||
</div>
|
</div>
|
||||||
<div class="dashboard-activity-metadata-subtitle">
|
<div class="dashboard-activity-metadata-subtitle">
|
||||||
|
@@ -203,14 +203,14 @@ def mask_session_info(list_of_dicts, mask_metadata=True):
|
|||||||
'grandparent_thumb': common.DEFAULT_POSTER_THUMB,
|
'grandparent_thumb': common.DEFAULT_POSTER_THUMB,
|
||||||
'thumb': common.DEFAULT_POSTER_THUMB,
|
'thumb': common.DEFAULT_POSTER_THUMB,
|
||||||
'bif_thumb': '',
|
'bif_thumb': '',
|
||||||
'grandparent_title': 'Title',
|
'grandparent_title': 'Plex Media',
|
||||||
'parent_title': 'Title',
|
'parent_title': 'Plex Media',
|
||||||
'title': 'Title',
|
'title': 'Plex Media',
|
||||||
'rating_key': '',
|
'rating_key': '',
|
||||||
'parent_rating_key': '',
|
'parent_rating_key': '',
|
||||||
'grandparent_rating_key': '',
|
'grandparent_rating_key': '',
|
||||||
'year': '',
|
'year': '',
|
||||||
'last_played': 'Title'
|
'last_played': 'Plex Media'
|
||||||
}
|
}
|
||||||
|
|
||||||
list_of_dicts = friendly_name_to_username(list_of_dicts)
|
list_of_dicts = friendly_name_to_username(list_of_dicts)
|
||||||
|
Reference in New Issue
Block a user