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

added sync model objects

This commit is contained in:
Luke Pulverenti 2014-07-15 00:12:26 -04:00
parent 41046b9d5b
commit f10f4634e6

View file

@ -1107,6 +1107,11 @@
}
}
if (options.showYear) {
lines.push(item.ProductionYear || '');
}
html += LibraryBrowser.getPosterItemTextLines(lines, cssClass, !options.overlayText);
if (options.overlayText) {