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:
parent
41046b9d5b
commit
f10f4634e6
1 changed files with 5 additions and 0 deletions
|
@ -1107,6 +1107,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
if (options.showYear) {
|
||||
|
||||
lines.push(item.ProductionYear || '');
|
||||
}
|
||||
|
||||
html += LibraryBrowser.getPosterItemTextLines(lines, cssClass, !options.overlayText);
|
||||
|
||||
if (options.overlayText) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue