diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 81d5020cd2..029fd31349 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -1107,6 +1107,11 @@ } } + if (options.showYear) { + + lines.push(item.ProductionYear || ''); + } + html += LibraryBrowser.getPosterItemTextLines(lines, cssClass, !options.overlayText); if (options.overlayText) {