mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording path
This commit is contained in:
parent
9f38a33388
commit
95cc042317
2 changed files with 11 additions and 31 deletions
|
@ -72,6 +72,9 @@
|
|||
function updateUserInHeader(user) {
|
||||
|
||||
var header = document.querySelector('.viewMenuBar');
|
||||
if (!header) {
|
||||
return;
|
||||
}
|
||||
|
||||
var headerUserButton = header.querySelector('.headerUserButton');
|
||||
var hasImage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue