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

removed ProcessManager

This commit is contained in:
Luke Pulverenti 2015-03-24 21:14:24 -04:00
parent 8830ee7c30
commit 50a6a77dbe
4 changed files with 43 additions and 21 deletions

View file

@ -101,6 +101,12 @@
} else {
$('.btnMoreCommands', page).show();
}
if (user.Policy.IsAdministrator) {
$('.chapterSettingsButton', page).show();
} else {
$('.chapterSettingsButton', page).hide();
}
});
if (item.LocationType == "Offline") {