1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix tv dependency

This commit is contained in:
Luke Pulverenti 2016-05-09 11:44:38 -04:00
parent b29bd0ea1a
commit 13cca9328e

View file

@ -2920,7 +2920,7 @@ var AppInfo = {};
defineRoute({
path: '/tv.html',
dependencies: ['paper-checkbox', 'paper-button', 'paper-icon-button-light', 'material-design-lite'],
dependencies: ['paper-checkbox', 'paper-button', 'paper-icon-button-light', 'paper-tabs'],
autoFocus: false,
controller: 'scripts/tvrecommended'
});