mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removed ProcessManager
This commit is contained in:
parent
8830ee7c30
commit
50a6a77dbe
4 changed files with 43 additions and 21 deletions
|
@ -101,6 +101,12 @@
|
|||
} else {
|
||||
$('.btnMoreCommands', page).show();
|
||||
}
|
||||
|
||||
if (user.Policy.IsAdministrator) {
|
||||
$('.chapterSettingsButton', page).show();
|
||||
} else {
|
||||
$('.chapterSettingsButton', page).hide();
|
||||
}
|
||||
});
|
||||
|
||||
if (item.LocationType == "Offline") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue