mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update web tabs
This commit is contained in:
parent
c8a02b2c0a
commit
f3eebef47c
@ -169,7 +169,7 @@
|
||||
enableFullPaperTabs: function () {
|
||||
|
||||
if (browserInfo.animate && !browserInfo.mobile) {
|
||||
return true;
|
||||
//return true;
|
||||
}
|
||||
|
||||
return AppInfo.isNativeApp;
|
||||
|
@ -159,6 +159,8 @@
|
||||
break;
|
||||
case 2:
|
||||
depends.push('scripts/livetvchannels');
|
||||
depends.push('paper-icon-item');
|
||||
depends.push('paper-item-body');
|
||||
renderMethod = 'renderChannelsTab';
|
||||
initMethod = 'initChannelsTab';
|
||||
break;
|
||||
|
@ -252,6 +252,8 @@
|
||||
renderMethod = 'renderSongsTab';
|
||||
initMethod = 'initSongsTab';
|
||||
depends.push('scripts/queryfilters');
|
||||
depends.push('paper-icon-item');
|
||||
depends.push('paper-item-body');
|
||||
break;
|
||||
case 5:
|
||||
depends.push('scripts/musicgenres');
|
||||
|
Loading…
Reference in New Issue
Block a user