diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index e8985d485..68a1544dd 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -784,7 +784,10 @@ commands.push('editimages'); } - commands.push('refresh'); + if (user.Policy.IsAdministrator) { + + commands.push('refresh'); + } if (SyncManager.isAvailable(item, user)) { commands.push('sync');