update web tabs

This commit is contained in:
Luke Pulverenti 2016-01-21 23:03:38 -05:00
parent c8a02b2c0a
commit f3eebef47c
3 changed files with 5 additions and 1 deletions

View File

@ -169,7 +169,7 @@
enableFullPaperTabs: function () {
if (browserInfo.animate && !browserInfo.mobile) {
return true;
//return true;
}
return AppInfo.isNativeApp;

View File

@ -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;

View File

@ -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');