mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update live tv nav
This commit is contained in:
parent
5bfd2d683c
commit
5317ec6951
36 changed files with 413 additions and 335 deletions
|
@ -54,7 +54,7 @@
|
|||
html += '</div>';
|
||||
|
||||
if (result.TotalRecordCount > result.Items.length) {
|
||||
var href = "index.html#favoritesPage?sectionid=" + section.id;
|
||||
var href = "homefavorites.html?sectionid=" + section.id;
|
||||
|
||||
html += '<a class="clearLink" href="' + href + '"><paper-button raised class="more">' + Globalize.translate('ButtonMoreItems') + '</paper-button></a>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue