mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
adjust tile styles
This commit is contained in:
parent
89a83ba77e
commit
b9d90edfb2
9 changed files with 80 additions and 62 deletions
|
@ -878,7 +878,7 @@
|
|||
if (options.showParentTitle) {
|
||||
|
||||
html += "<div class='" + cssclass + "'>";
|
||||
html += item.SeriesName || item.Album || " ";
|
||||
html += item.SeriesName || item.Album || item.AlbumArtist || " ";
|
||||
html += "</div>";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue