mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix bower path
This commit is contained in:
parent
ed9eca7d3e
commit
909402537a
1 changed files with 2 additions and 1 deletions
|
@ -1761,7 +1761,6 @@ var AppInfo = {};
|
|||
var urlArgs = "v=" + (window.dashboardVersion || new Date().getDate());
|
||||
|
||||
var bowerPath = "bower_components";
|
||||
var apiClientBowerPath = "bower_components/emby-apiclient";
|
||||
|
||||
// Put the version into the bower path since we can't easily put a query string param on html imports
|
||||
// Emby server will handle this
|
||||
|
@ -1769,6 +1768,8 @@ var AppInfo = {};
|
|||
bowerPath += window.dashboardVersion;
|
||||
}
|
||||
|
||||
var apiClientBowerPath = bowerPath + "/emby-apiclient";
|
||||
|
||||
var paths = {
|
||||
velocity: bowerPath + "/velocity/velocity.min",
|
||||
tvguide: 'components/tvguide/tvguide',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue