mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update trailers
This commit is contained in:
parent
d96742253d
commit
5cb243c7a4
1 changed files with 4 additions and 5 deletions
|
@ -29,11 +29,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
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