1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fixed header tooltips not being translated to the user language

This commit is contained in:
Thibault Nocchi 2020-08-31 18:00:37 +02:00
parent c5d4f7463b
commit 07e1aeecf9

View file

@ -74,6 +74,8 @@ import 'flexStyles';
}
function updateUserInHeader(user) {
renderHeader();
let hasImage;
if (user && user.name) {
@ -955,8 +957,6 @@ import 'flexStyles';
updateLibraryNavLinks(page);
});
renderHeader();
events.on(connectionManager, 'localusersignedin', function (e, user) {
const currentApiClient = connectionManager.getApiClient(user.ServerId);