mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
commit
e0322a7fe8
1 changed files with 4 additions and 1 deletions
|
@ -810,8 +810,11 @@
|
||||||
item.Type == "MusicAlbum" ||
|
item.Type == "MusicAlbum" ||
|
||||||
item.Type == "MusicArtist") {
|
item.Type == "MusicArtist") {
|
||||||
|
|
||||||
|
if (user.Policy.IsAdministrator) {
|
||||||
|
|
||||||
commands.push('identify');
|
commands.push('identify');
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return commands;
|
return commands;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue