mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update web tabs
This commit is contained in:
parent
c8a02b2c0a
commit
f3eebef47c
3 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue