Merge pull request #1330 from MediaBrowser/master
require admin for refresh button
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user