mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed getitembyclientid
This commit is contained in:
parent
66fb6a767e
commit
ddb5a7f595
3 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue