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