mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix selected tab and show Series
This commit is contained in:
parent
042679efe6
commit
b5cc0d0949
2 changed files with 64 additions and 64 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
SortBy: "SortName",
|
SortBy: "SortName",
|
||||||
SortOrder: "Ascending",
|
SortOrder: "Ascending",
|
||||||
IncludeItemTypes: "Episode",
|
IncludeItemTypes: "Series",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "PrimaryImageAspectRatio,SeriesInfo"
|
Fields: "PrimaryImageAspectRatio,SeriesInfo"
|
||||||
};
|
};
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
<img src="css/images/home.png"></a>TV Shows</h1>
|
<img src="css/images/home.png"></a>TV Shows</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="tvrecommended.html" data-role="button" class="ui-btn-active">Recommended</a>
|
<a href="tvrecommended.html" data-role="button">Recommended</a>
|
||||||
<a href="tvshows.html" data-role="button">Shows</a>
|
<a href="tvshows.html" data-role="button" class="ui-btn-active">Shows</a>
|
||||||
<a href="#" data-role="button">Genres</a>
|
<a href="#" data-role="button">Genres</a>
|
||||||
<a href="#" data-role="button">Actors</a>
|
<a href="#" data-role="button">Actors</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue