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

make tv guide standalone component

This commit is contained in:
Luke Pulverenti 2015-10-08 15:12:53 -04:00
parent 85c77ac6ed
commit 45250e4540
9 changed files with 614 additions and 513 deletions

View file

@ -2023,7 +2023,8 @@ var AppInfo = {};
}
var paths = {
velocity: "bower_components/velocity/velocity.min"
velocity: "bower_components/velocity/velocity.min",
tvguide: 'components/tvguide/tvguide'
};
if (Dashboard.isRunningInCordova()) {