1
0
Fork 0
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:
Luke Pulverenti 2016-01-21 23:03:38 -05:00
parent 375c7f2939
commit 6bd1e9b554
3 changed files with 5 additions and 1 deletions

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;