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 () {
|
enableFullPaperTabs: function () {
|
||||||
|
|
||||||
if (browserInfo.animate && !browserInfo.mobile) {
|
if (browserInfo.animate && !browserInfo.mobile) {
|
||||||
return true;
|
//return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return AppInfo.isNativeApp;
|
return AppInfo.isNativeApp;
|
||||||
|
|
|
@ -159,6 +159,8 @@
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
depends.push('scripts/livetvchannels');
|
depends.push('scripts/livetvchannels');
|
||||||
|
depends.push('paper-icon-item');
|
||||||
|
depends.push('paper-item-body');
|
||||||
renderMethod = 'renderChannelsTab';
|
renderMethod = 'renderChannelsTab';
|
||||||
initMethod = 'initChannelsTab';
|
initMethod = 'initChannelsTab';
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -252,6 +252,8 @@
|
||||||
renderMethod = 'renderSongsTab';
|
renderMethod = 'renderSongsTab';
|
||||||
initMethod = 'initSongsTab';
|
initMethod = 'initSongsTab';
|
||||||
depends.push('scripts/queryfilters');
|
depends.push('scripts/queryfilters');
|
||||||
|
depends.push('paper-icon-item');
|
||||||
|
depends.push('paper-item-body');
|
||||||
break;
|
break;
|
||||||
case 5:
|
case 5:
|
||||||
depends.push('scripts/musicgenres');
|
depends.push('scripts/musicgenres');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue