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

display movies on boxset page

This commit is contained in:
Luke Pulverenti 2013-04-15 19:08:03 -04:00
parent 157bb32f94
commit e19fd498c0
2 changed files with 37 additions and 6 deletions

View file

@ -41,17 +41,13 @@
</div>
<div data-role="collapsible" id="moviesCollapsible">
<h3>Movies</h3>
<h3>Titles</h3>
<div id="moviesContent"></div>
</div>
<div data-role="collapsible" id="trailersCollapsible" class="hide">
<h3>Trailers</h3>
<div id="trailersContent"></div>
</div>
<div data-role="collapsible" id="castCollapsible" class="hide">
<h3>Cast & Crew</h3>
<div id="castContent"></div>
</div>
<div data-role="collapsible" id="galleryCollapsible">
<h3>Gallery</h3>
<div id="galleryContent"></div>