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

rework a-z picker a little

This commit is contained in:
Luke Pulverenti 2013-05-16 23:24:41 -04:00
parent 9bcadf03cd
commit ba24058f75
12 changed files with 38 additions and 24 deletions

View file

@ -275,7 +275,7 @@
if (options.showArtist) {
if (item.Artists && item.Artists.length) {
if (item.Artists && item.Artists.length && item.Artists[0]) {
var artist = item.Artists[0];