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

display critic reviews on detail page

This commit is contained in:
Luke Pulverenti 2013-05-12 02:05:51 -04:00
parent 5437824c3f
commit ec50d3613f
8 changed files with 299 additions and 86 deletions

View file

@ -166,7 +166,7 @@
$('#pViewWebsite', page).hide();
}
if (pkg.previewImage) {
if (pkg.previewImage || pkg.thumbImage) {
var color = pkg.tileColor || "#2572EB";
var img = pkg.previewImage ? pkg.previewImage : pkg.thumbImage;