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

update image url's

This commit is contained in:
Luke Pulverenti 2014-10-13 16:23:31 -04:00
parent f019697eb9
commit 2696d8eb73
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@
$('.lnkEditUserPreferencesContainer', page).show();
}
if (user.Id && loggedInUser.Configuration.IsAdministrator) {
if (user.Id && loggedInUser.Configuration.IsAdministrator && user.ConnectLinkType != 'Guest') {
$('#fldConnectInfo', page).show();
} else {
$('#fldConnectInfo', page).hide();