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

update apiclient

This commit is contained in:
Luke Pulverenti 2015-12-26 20:28:54 -05:00
parent bba5791b88
commit 31a5eef8bc
10 changed files with 462 additions and 54 deletions

View file

@ -1835,7 +1835,7 @@ var AppInfo = {};
requirejs.config({
map: {
'*': {
'css': 'components/requirecss',
'css': bowerPath + '/emby-webcomponents/requirecss',
'html': bowerPath + '/emby-webcomponents/requirehtml'
}
},