mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added editor indicators for offline and locked
This commit is contained in:
parent
f2de7a8983
commit
4ee479b819
7 changed files with 61 additions and 13 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
Dashboard.getCurrentUser().done(function (user) {
|
||||
|
||||
if (user.Configuration.IsAdministrator && item.LocationType !== "Offline") {
|
||||
if (user.Configuration.IsAdministrator) {
|
||||
$('#editButtonContainer', page).show();
|
||||
} else {
|
||||
$('#editButtonContainer', page).hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue