mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix displays for trailers
This commit is contained in:
parent
d3adfd7028
commit
ca5c8313cf
2 changed files with 6 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
|||
$('#fldEndDate', page).hide();
|
||||
}
|
||||
|
||||
if (item.Type == "Movie" || item.MediaType == "Game") {
|
||||
if (item.Type == "Movie" || item.MediaType == "Game" || item.MediaType == "Trailer") {
|
||||
$('#fldBudget', page).show();
|
||||
$('#fldRevenue', page).show();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue