mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
require admin for refresh button
This commit is contained in:
parent
18c5fce864
commit
61453eb0cc
@ -784,7 +784,10 @@
|
||||
commands.push('editimages');
|
||||
}
|
||||
|
||||
if (user.Policy.IsAdministrator) {
|
||||
|
||||
commands.push('refresh');
|
||||
}
|
||||
|
||||
if (SyncManager.isAvailable(item, user)) {
|
||||
commands.push('sync');
|
||||
|
Loading…
Reference in New Issue
Block a user