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:
parent
9bcadf03cd
commit
ba24058f75
12 changed files with 38 additions and 24 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue