diff --git a/dashboard-ui/scripts/itembynamedetailpage.js b/dashboard-ui/scripts/itembynamedetailpage.js index 8983a1f493..44904a0d21 100644 --- a/dashboard-ui/scripts/itembynamedetailpage.js +++ b/dashboard-ui/scripts/itembynamedetailpage.js @@ -86,12 +86,30 @@ html += ''; } + if (result.TrailerCount) { + + html += ''; + html += ''; + } + if (result.GameCount) { html += ''; html += ''; } + if (result.AlbumCount) { + + html += ''; + html += ''; + } + + if (result.SongCount) { + + html += ''; + html += ''; + } + html += ''; var elem = $('#items', page).html(html).trigger('create');