mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Rename masked Title to Plex Media
This commit is contained in:
parent
2f8e768c5c
commit
0781018e4e
2 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue