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

fixed getitembyclientid

This commit is contained in:
Luke Pulverenti 2013-04-09 20:41:04 -04:00
parent 66fb6a767e
commit ddb5a7f595
3 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,7 @@
<div data-role="content" style="padding-top: 0;"> <div data-role="content" style="padding-top: 0;">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="moviesrecommended.html" data-role="button">Recommended</a> <a href="moviesrecommended.html" data-role="button">Suggested</a>
<a href="movies.html" data-role="button">Movies</a> <a href="movies.html" data-role="button">Movies</a>
<a href="boxsets.html" data-role="button" class="ui-btn-active">Box Sets</a> <a href="boxsets.html" data-role="button" class="ui-btn-active">Box Sets</a>
<a href="#" data-role="button">Genres</a> <a href="#" data-role="button">Genres</a>

View file

@ -9,7 +9,7 @@
<img src="css/images/home.png"></a>Movies</h1> <img src="css/images/home.png"></a>Movies</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="moviesrecommended.html" data-role="button">Recommended</a> <a href="moviesrecommended.html" data-role="button">Suggested</a>
<a href="movies.html" data-role="button">Movies</a> <a href="movies.html" data-role="button">Movies</a>
<a href="boxsets.html" data-role="button" class="ui-btn-active">Box Sets</a> <a href="boxsets.html" data-role="button" class="ui-btn-active">Box Sets</a>
<a href="#" data-role="button">Genres</a> <a href="#" data-role="button">Genres</a>

View file

@ -14,7 +14,6 @@
<a href="#" data-role="button">Albums</a> <a href="#" data-role="button">Albums</a>
<a href="#" data-role="button">Artists</a> <a href="#" data-role="button">Artists</a>
<a href="#" data-role="button">Genres</a> <a href="#" data-role="button">Genres</a>
<a href="#" data-role="button">Favorites</a>
</div> </div>
</div> </div>
</div> </div>