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

Merge pull request #1329 from MediaBrowser/master

merge from master
This commit is contained in:
Luke 2015-12-18 12:34:05 -05:00
commit e0322a7fe8

View file

@ -810,7 +810,10 @@
item.Type == "MusicAlbum" || item.Type == "MusicAlbum" ||
item.Type == "MusicArtist") { item.Type == "MusicArtist") {
commands.push('identify'); if (user.Policy.IsAdministrator) {
commands.push('identify');
}
} }
return commands; return commands;