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:
parent
e9e57ba19e
commit
90ac504440
1 changed files with 5 additions and 5 deletions
|
@ -29,11 +29,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.TrailerCount) {
|
if (item.TrailerCount) {
|
||||||
|
// TODO: Can't do this until the items endpoint is converted
|
||||||
sections.push({
|
// sections.push({
|
||||||
name: Globalize.translate('TabTrailers'),
|
// name: Globalize.translate('TabTrailers'),
|
||||||
type: 'Trailer'
|
// type: 'Trailer'
|
||||||
});
|
// });
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.GameCount) {
|
if (item.GameCount) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue