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

show movies on boxset page

This commit is contained in:
Luke Pulverenti 2013-04-15 19:15:46 -04:00
parent e19fd498c0
commit b9a45615c5
3 changed files with 11 additions and 9 deletions

View file

@ -37,13 +37,13 @@
<p id="itemGenres"></p>
<p id="itemStudios"></p>
<p id="itemLinks"></p>
<div data-role="collapsible" id="moviesCollapsible">
<h3>Titles</h3>
<div id="moviesContent"></div>
</div>
</div>
</div>
<div data-role="collapsible" id="moviesCollapsible">
<h3>Titles</h3>
<div id="moviesContent"></div>
</div>
<div data-role="collapsible" id="trailersCollapsible" class="hide">
<h3>Trailers</h3>
<div id="trailersContent"></div>