mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update language when logging out
This commit is contained in:
parent
5800102f9f
commit
e0d388a385
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ function init() {
|
|||
autoFocuser.enable();
|
||||
|
||||
Events.on(ServerConnections, 'localusersignedin', globalize.updateCurrentCulture);
|
||||
Events.on(ServerConnections, 'localusersignedout', globalize.updateCurrentCulture);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue