1
0
Fork 0
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:
Luke Pulverenti 2013-04-05 00:20:41 -04:00
parent 042679efe6
commit b5cc0d0949
2 changed files with 64 additions and 64 deletions

View file

@ -5,7 +5,7 @@
SortBy: "SortName",
SortOrder: "Ascending",
IncludeItemTypes: "Episode",
IncludeItemTypes: "Series",
Recursive: true,
Fields: "PrimaryImageAspectRatio,SeriesInfo"
};

View file

@ -9,8 +9,8 @@
<img src="css/images/home.png"></a>TV Shows</h1>
<div data-role="content">
<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="tvshows.html" data-role="button">Shows</a>
<a href="tvrecommended.html" data-role="button">Recommended</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">Actors</a>
</div>