1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update tab fade

This commit is contained in:
Luke Pulverenti 2015-09-21 14:39:18 -04:00
parent 88dc11d90f
commit 4ef47844d8
6 changed files with 56 additions and 51 deletions

View file

@ -272,7 +272,7 @@
var tabs = page.querySelector('paper-tabs');
var pages = page.querySelector('neon-animated-pages');
var baseUrl = 'tvrecommended.html';
var baseUrl = 'tv.html';
var topParentId = LibraryMenu.getTopParentId();
if (topParentId) {
baseUrl += '?topParentId=' + topParentId;