mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
channel fixes
This commit is contained in:
parent
dd1f6487b0
commit
f9c56cae69
3 changed files with 6 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
|||
$('.lnkEditUserPreferencesContainer', page).show();
|
||||
}
|
||||
|
||||
if (!loggedInUser.Configuration.IsAdministrator || !user.Id || user.Id == loggedInUser.Id) {
|
||||
if (!loggedInUser.Configuration.IsAdministrator || !user.Id) {
|
||||
|
||||
$('.lnkEditUserPreferencesContainer', page).hide();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue