diff --git a/dashboard-ui/scripts/itembynamedetailpage.js b/dashboard-ui/scripts/itembynamedetailpage.js index ae914b591c..7f000270fe 100644 --- a/dashboard-ui/scripts/itembynamedetailpage.js +++ b/dashboard-ui/scripts/itembynamedetailpage.js @@ -29,11 +29,10 @@ } if (item.TrailerCount) { - // TODO: Can't do this until the items endpoint is converted - // sections.push({ - // name: Globalize.translate('TabTrailers'), - // type: 'Trailer' - // }); + sections.push({ + name: Globalize.translate('TabTrailers'), + type: 'Trailer' + }); } if (item.GameCount) {