1
0
Fork 0
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:
Luke Pulverenti 2016-05-10 01:15:06 -04:00
parent 9f38a33388
commit 95cc042317
2 changed files with 11 additions and 31 deletions

View file

@ -72,6 +72,9 @@
function updateUserInHeader(user) {
var header = document.querySelector('.viewMenuBar');
if (!header) {
return;
}
var headerUserButton = header.querySelector('.headerUserButton');
var hasImage;