mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #1243 - Cannot set local address. If detection is wrong, chromecast fails
This commit is contained in:
parent
71ed24604d
commit
887ea2afc1
3 changed files with 310 additions and 27 deletions
|
@ -1794,6 +1794,7 @@ var AppInfo = {};
|
|||
headroom: bowerPath + '/headroom.js/dist/headroom.min',
|
||||
masonry: bowerPath + '/masonry/dist/masonry.pkgd.min',
|
||||
humanedate: 'components/humanedate',
|
||||
chromecasthelpers: 'components/chromecasthelpers',
|
||||
jQuery: bowerPath + '/jquery/dist/jquery.min',
|
||||
fastclick: bowerPath + '/fastclick/lib/fastclick',
|
||||
events: apiClientBowerPath + '/events',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue