mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update user display name
This commit is contained in:
parent
8ddabaf706
commit
c5b0fd9b79
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ $(document).on('pageshow', "#supporterKeyPage", SupporterKeyPage.onPageShow);
|
|||
var imgUrl = user.ImageUrl || 'css/images/userflyoutdefault.png';
|
||||
html += '<img src="' + imgUrl + '" />';
|
||||
html += '<h3>';
|
||||
html += user.DisplayName;
|
||||
html += (user.DisplayName || user.Name);
|
||||
html += '</h3>';
|
||||
html += '<p>';
|
||||
html += user.Email;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue