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

removed dead code

This commit is contained in:
Luke Pulverenti 2016-03-19 17:55:42 -04:00
parent e9e57ba19e
commit 90ac504440

View file

@ -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) {