Merge pull request #1329 from MediaBrowser/master

merge from master
This commit is contained in:
Luke
2015-12-18 12:34:05 -05:00
+4 -1
View File
@@ -810,7 +810,10 @@
item.Type == "MusicAlbum" ||
item.Type == "MusicArtist") {
commands.push('identify');
if (user.Policy.IsAdministrator) {
commands.push('identify');
}
}
return commands;