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,8 +810,11 @@
item.Type == "MusicAlbum" ||
item.Type == "MusicArtist") {
if (user.Policy.IsAdministrator) {
commands.push('identify');
}
}
return commands;
},