mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added favorites page to the tv section
This commit is contained in:
parent
78a6d736ba
commit
882bc426ad
10 changed files with 201 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
<a href="tvgenres.html" class="ui-btn-active">Genres</a>
|
||||
<a href="tvpeople.html">Actors</a>
|
||||
<a href="tvstudios.html">Networks</a>
|
||||
<a href="favoritetv.html">Favorites</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tvPeopleTabs" class="itemTabs" style="display: none;">
|
||||
|
@ -56,6 +57,7 @@
|
|||
<a href="tvgenres.html">Genres</a>
|
||||
<a href="tvpeople.html" class="ui-btn-active">Actors</a>
|
||||
<a href="tvstudios.html">Networks</a>
|
||||
<a href="favoritetv.html">Favorites</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tvStudioTabs" class="itemTabs" style="display: none;">
|
||||
|
@ -66,6 +68,7 @@
|
|||
<a href="tvgenres.html">Genres</a>
|
||||
<a href="tvpeople.html">Actors</a>
|
||||
<a href="tvstudios.html" class="ui-btn-active">Networks</a>
|
||||
<a href="favoritetv.html">Favorites</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="musicGenreTabs" class="itemTabs" style="display: none;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue