added sync model objects

This commit is contained in:
Luke Pulverenti
2014-07-15 00:12:26 -04:00
parent 41046b9d5b
commit f10f4634e6
+5
View File
@@ -1107,6 +1107,11 @@
}
}
if (options.showYear) {
lines.push(item.ProductionYear || '');
}
html += LibraryBrowser.getPosterItemTextLines(lines, cssClass, !options.overlayText);
if (options.overlayText) {